diff --git a/themes/default/editor/_editor.scss b/themes/default/editor/_editor.scss index b681a11..0ff253a 100644 --- a/themes/default/editor/_editor.scss +++ b/themes/default/editor/_editor.scss @@ -11,6 +11,9 @@ width:400px; color:$standard-type; opacity:0; + font-family:'Lato', sans-serif; + font-size:17px; + line-height:27px; -webkit-transition:opacity 0.1s ease-in-out; -moz-transition:opacity 0.1s ease-in-out; diff --git a/themes/default/globals/_globals.scss b/themes/default/globals/_globals.scss index 222ac69..9ec8ec2 100644 --- a/themes/default/globals/_globals.scss +++ b/themes/default/globals/_globals.scss @@ -1,3 +1,4 @@ +@import "includes/fonts"; @import "includes/colors"; @import "includes/mixins"; @import "includes/buttons"; \ No newline at end of file diff --git a/themes/default/globals/includes/_fonts.scss b/themes/default/globals/includes/_fonts.scss new file mode 100644 index 0000000..d6a5b7a --- /dev/null +++ b/themes/default/globals/includes/_fonts.scss @@ -0,0 +1,6 @@ + @font-face { + font-family:'Lato'; + src:url('/Lato-Regular.ttf'); + font-weight:normal; + font-style:normal; +} \ No newline at end of file diff --git a/themes/default/relations/_editor.scss b/themes/default/relations/_editor.scss index f111778..dbec303 100644 --- a/themes/default/relations/_editor.scss +++ b/themes/default/relations/_editor.scss @@ -1,5 +1,8 @@ .r6o-relation-editor { position:absolute; + font-family:'Lato', sans-serif; + font-size:17px; + line-height:27px; @include box-shadow(0, 1px, 14px, 0.4); @include rounded-corners(3px); transform:translate(-50%, -50%);