Skip to content

Commit b509a11

Browse files
committed
remove invalid font
1 parent cfe14f2 commit b509a11

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/lib/fonts.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -96,28 +96,6 @@ add(
9696
}`,
9797
);
9898

99-
add(
100-
"Poppins",
101-
`@font-face {
102-
font-display: swap;
103-
font-family: Poppins;
104-
font-style: normal;
105-
font-weight: 400;
106-
src: url(https://acode.app/Poppins-Regular.woff2) format('woff2');
107-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
108-
}`,
109-
);
110-
111-
add(
112-
"Righteous",
113-
`@font-face {
114-
font-family: Righteous;
115-
font-style: normal;
116-
font-weight: 400;
117-
src: url(https://acode.app/righteous-latin-regular.woff) format('woff');
118-
}`,
119-
);
120-
12199
add(
122100
"Noto Mono",
123101
`@font-face {

0 commit comments

Comments
 (0)