mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
use link instead of @import for font
This commit is contained in:
parent
c056003eca
commit
c02850b78c
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue