Skip to content

Commit b44d5e7

Browse files
committed
Fix font error and replace with smaller size
1 parent acf0f90 commit b44d5e7

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed
Binary file not shown.
Binary file not shown.
-632 KB
Binary file not shown.
Binary file not shown.

src/styles/main.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
\*------------------------------------*/
44
@font-face {
55
font-family: "Source Sans 3";
6-
src: url("/fonts/SourceSans3-VariableFont_wght.ttf");
6+
src: url("/fonts/SourceSans3-VariableFont_wght.woff2") format("woff2");
7+
font-weight: 200 900;
8+
font-display: swap;
79
font-style: normal;
810
}
911

1012
@font-face {
1113
font-family: "Source Sans 3";
12-
src: url("/fonts/SourceSans3-Italic-VariableFont_wght.ttf");
14+
src: url("/fonts/SourceSans3-Italic-VariableFont_wght.woff2") format("woff2");
15+
font-weight: 200 900;
16+
font-display: swap;
1317
font-style: italic;
1418
}
1519

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy