Skip to content

Commit

Permalink
add info for variable fonts @font-face in _typo.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jenswittmann committed Jan 24, 2024
1 parent d87cdf3 commit a3dd2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/css/_typo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@font-face {
font-family: "voltaire";
font-style: normal;
font-weight: normal;
/* font-weight: normal; */ // remove for variable fonts!
src: url("https://jens-wittmann.de/voltaire.woff2") format("woff2");
font-display: swap;
}
Expand Down

0 comments on commit a3dd2f5

Please sign in to comment.