Skip to content

Commit

Permalink
Merge pull request #11 from andersk/font-display
Browse files Browse the repository at this point in the history
Add font-display: block to default templates
  • Loading branch information
rainfore committed Sep 28, 2021
2 parents 9c2bd73 + 5729d31 commit dca4808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/css.hbs
@@ -1,5 +1,6 @@
@font-face {
font-family: "{{fontName}}";
font-display: block;
src: {{{src}}};
}

Expand Down
1 change: 1 addition & 0 deletions templates/scss.hbs
@@ -1,5 +1,6 @@
@font-face {
font-family: "{{fontName}}";
font-display: block;
src: {{{src}}};
}

Expand Down

0 comments on commit dca4808

Please sign in to comment.