Skip to content

Commit acdd21d

Browse files
authored
Merge pull request #87 from premAI-io/fix-code-font
theme: fix code font
2 parents bdce41c + bc58479 commit acdd21d

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

_static/font.css

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
@font-face {
2-
font-family: "Pretendard";
3-
src: url("https://static.premai.io/fonts/Pretendard-Regular.woff2") format("woff2");
4-
font-weight: normal;
2+
font-family: "Pretendard";
3+
src: url("https://static.premai.io/fonts/Pretendard-Regular.woff2") format("woff2");
4+
font-weight: normal;
55
}
66

77
@font-face {
8-
font-family: "Pretendard";
9-
src: url("https://static.premai.io/fonts/Pretendard-SemiBold.woff2") format("woff2");
10-
font-weight: 600;
8+
font-family: "Pretendard";
9+
src: url("https://static.premai.io/fonts/Pretendard-SemiBold.woff2") format("woff2");
10+
font-weight: 600;
1111
}
1212

1313
@font-face {
14-
font-family: "Pretendard";
15-
src: url("https://static.premai.io/fonts/Pretendard-Bold.woff2") format("woff2");
16-
font-weight: bold;
14+
font-family: "Pretendard";
15+
src: url("https://static.premai.io/fonts/Pretendard-Bold.woff2") format("woff2");
16+
font-weight: bold;
1717
}
1818

19-
* {
20-
font-family: Pretendard, sans-serif;
19+
:root {
20+
--pst-font-family-base: Pretendard, sans-serif;
21+
--pst-font-family-heading: Pretendard, sans-serif;
2122
}

0 commit comments

Comments
 (0)