Skip to content

Commit

Permalink
Fix font import (#6754)
Browse files Browse the repository at this point in the history
* Fix font import
* Merge branch 'master' into font-fix
  • Loading branch information
normanrz authored Jan 17, 2023
1 parent 7d2e9a3 commit a6b2e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/stylesheets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@

@font-face {
font-family: "Nunito";
src: local("Nunito"), url("Nunito-VariableFont_wght.ttf") format("truetype") tech(variations);
src: local("Nunito"), url("Nunito-VariableFont_wght.ttf") format("truetype");
}

@font-face {
font-family: "Nunito";
src: local("Nunito"), url("Nunito-Italic-VariableFont_wght.ttf") format("truetype") tech(variations);
src: local("Nunito"), url("Nunito-Italic-VariableFont_wght.ttf") format("truetype");
font-style: italic;
}

Expand Down

0 comments on commit a6b2e1d

Please sign in to comment.