Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 8673aca

Browse files
author
Alex Bea
authored
Adds a font-display property to font mixin (#45)
* Adds a font-display property to html * Moves font-display into the mixin
1 parent 4ce2bee commit 8673aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sass/tools/_fonts.scss

+1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
font-style: $style;
3838
src: $eot;
3939
src: $src;
40+
font-display: fallback;
4041
}
4142
}

0 commit comments

Comments
 (0)