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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sass/tools/_fonts.scss

Lines changed: 1 addition & 0 deletions
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)