use link instead of @import for font

This commit is contained in:
Sacha Greif 2015-04-03 18:50:39 +09:00
parent c056003eca
commit c02850b78c

View file

@ -2,8 +2,6 @@
<style>
{{elementColors}}
@import url({{getSetting 'fontUrl'}});
body, textarea, input, button, input[type="submit"], input[type="button"]{
font-family: {{getSetting 'fontFamily'}};
@ -28,4 +26,5 @@
}
</style>
<link href='{{getSetting 'fontUrl'}}' rel='stylesheet' type='text/css'>
</template>