Skip to content

Commit 8e33110

Browse files
authored
Update style.css - pragmatica capitalisation mismatch brought in by css processing - need to revert to local font with lowercase
1 parent 58a5769 commit 8e33110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ html {
4444
-o-tab-size: 4;
4545
tab-size: 4;
4646
/* 3 */
47-
font-family: Pragmatica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
47+
font-family: pragmatica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
4848
/* 4 */
4949
font-feature-settings: normal;
5050
/* 5 */
@@ -601,9 +601,9 @@ select {
601601
}
602602

603603
@font-face {
604-
font-family: 'Pragmatica';
604+
font-family: 'pragmatica';
605605
src: url(/fonts/PragmaticaRegular.woff2) format("woff2");
606-
font-display: swap;
606+
font-display: optional;
607607
font-weight: 400;
608608
}
609609

0 commit comments

Comments
 (0)