Skip to content

Commit b0a89d5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e0c29a5 commit b0a89d5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/index.css

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
font-family: "Agustina Regular";
33
font-style: normal;
44
font-weight: normal;
5-
src: local("Agustina Regular"),
5+
src:
6+
local("Agustina Regular"),
67
url("./assets/fonts/Agustina.woff") format("woff");
78
font-display: swap;
89
}
910
@font-face {
1011
font-family: "Montserrat";
11-
src: local("Montserrat"),
12+
src:
13+
local("Montserrat"),
1214
url("./assets/fonts/Montserrat-Regular.ttf") format("woff");
1315
font-display: swap;
1416
}
@@ -22,7 +24,10 @@ body {
2224
}
2325
body {
2426
margin: 0;
25-
font: 19px / 23px Montserrat, "Montserrat", sans-serif;
27+
font:
28+
19px / 23px Montserrat,
29+
"Montserrat",
30+
sans-serif;
2631
-webkit-font-smoothing: antialiased;
2732
-moz-osx-font-smoothing: grayscale;
2833
}

0 commit comments

Comments
 (0)