Moves the new @font-display definitino to the source files (before the build)

This commit is contained in:
Julien Deswaef 2019-11-21 18:31:27 +01:00
parent 7a25829736
commit 77f40273ff
2 changed files with 2 additions and 0 deletions

View file

@ -12,4 +12,5 @@
// src: url('@{fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts
font-weight: normal;
font-style: normal;
font-display: block;
}

View file

@ -12,4 +12,5 @@
// src: url('#{$fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts
font-weight: normal;
font-style: normal;
font-display: block;
}