Skip to content

Commit ca825cd

Browse files
Merge pull request #590 from nsrahmad/minor-css-fix
Remove redundant font-face declarations
2 parents f7367b6 + 4d5bece commit ca825cd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/css/custom.css

-16
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
@import url('https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap');
22
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
33

4-
@font-face {
5-
font-family: 'Outfit';
6-
font-weight: 100 900;
7-
font-display: swap;
8-
font-style: normal;
9-
src: url('https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4i0EwItq6fNIhnL.woff2') format('woff2');
10-
}
11-
12-
@font-face {
13-
font-family: "Nunito", sans-serif;
14-
font-weight: 100 900;
15-
font-display: swap;
16-
font-style: normal;
17-
src: url('https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaBTMnFcQ.woff2') format('woff2');
18-
}
19-
204
@font-face {
215
font-family: 'Plus Jakarta Sans';
226
font-style: normal;

0 commit comments

Comments
 (0)