Skip to content

Commit 63bfdd3

Browse files
committed
[chores] Font swap fix
1 parent b91c633 commit 63bfdd3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css/theme.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ $weight-semibold: 600;
9292
font-family: "Inter";
9393
font-style: normal;
9494
font-weight: 400;
95-
font-display: "swap";
96-
src: url(../webfonts/Inter/Inter-normal-400);
95+
font-display: swap;
9796
src:
9897
local("Inter"),
9998
url(../webfonts/Inter/Inter-normal-400.ttf) format("truetype"),
@@ -106,7 +105,7 @@ $weight-semibold: 600;
106105
font-family: "Inter";
107106
font-style: normal;
108107
font-weight: 500;
109-
font-display: "swap";
108+
font-display: swap;
110109
src:
111110
url(../webfonts/Inter/Inter-normal-500.ttf) format("truetype"),
112111
url(../webfonts/Inter/Inter-normal-500.woff2) format("woff2"),
@@ -116,7 +115,7 @@ $weight-semibold: 600;
116115
font-family: "Inter";
117116
font-style: normal;
118117
font-weight: 600;
119-
font-display: "swap";
118+
font-display: swap;
120119
src:
121120
url(../webfonts/Inter/Inter-normal-600.ttf) format("truetype"),
122121
url(../webfonts/Inter/Inter-normal-600.woff2) format("woff2"),

0 commit comments

Comments
 (0)