Browse Source

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

Julien Deswaef 5 years ago
parent
commit
77f40273ff

+ 1 - 0
src/doc/assets/fork-awesome/less/path.less

@@ -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;
 }

+ 1 - 0
src/doc/assets/fork-awesome/scss/path.scss.txt

@@ -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;
 }