Skip to content

Commit 6a323ba

Browse files
committed
1
1 parent 74915a2 commit 6a323ba

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

web/core.css

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
@charset "utf-8";
22

3+
/*
4+
<weight > : Use a value from 200 to 900
5+
<uniquifier > : Use a unique and descriptive class name
6+
.chiron-hei-hk-<uniquifier > {
7+
font-family: "Chiron Hei HK", sans-serif;
8+
font-optical-sizing: auto;
9+
font-weight: <weight>;
10+
font-style: normal;
11+
}
12+
*/
13+
14+
@import url('https://fonts.googleapis.com/css2?family=Chiron+Hei+HK:ital,wght@0,200..900;1,200..900&display=swap');
15+
16+
@font-face {
17+
font-family: 'SDSamliphopangche_Outline';
18+
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/SDSamliphopangche_Outline.woff') format('woff');
19+
font-weight: normal;
20+
font-style: normal;
21+
font-family: 'SDSamliphopangche_Outline';
22+
}
23+
324
body {
425
margin-top : 0.0em;
526
margin-bottom : 0.0em;
@@ -16,7 +37,8 @@ body {
1637
padding-left : 0px;
1738
padding-right : 0px;
1839

19-
font-family : 맑은 고딕;
40+
/*font-family : 맑은 고딕;*/
41+
font-family: "Chiron Hei HK", sans-serif;
2042
font-size : 1.0em;
2143
font-weight : normal;
2244
font-style : normal;
@@ -71,14 +93,6 @@ body {
7193
background: white;
7294
}
7395

74-
@font-face {
75-
font-family: 'SDSamliphopangche_Outline';
76-
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/SDSamliphopangche_Outline.woff') format('woff');
77-
font-weight: normal;
78-
font-style: normal;
79-
font-family: 'SDSamliphopangche_Outline';
80-
}
81-
8296
pre {
8397
background-color: #f0f0ff;
8498
padding: 2px 4px;

0 commit comments

Comments
 (0)