We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c461fd3 + b8f0fd1 commit 1cdbb4eCopy full SHA for 1cdbb4e
public/fonts/NanumMyeongjoOTF00.woff2
561 KB
public/fonts/NanumSonPyeonJiCe.woff2
2.54 MB
src/assets/styles/base.scss
@@ -42,15 +42,13 @@ h3 {
42
font-family: '나눔명조';
43
font-style: normal;
44
font-weight: 400;
45
- src: url('https://hangeul.pstatic.net/hangeul_static/font/NanumMyeongjo-Regular.woff2')
46
- format('woff2');
+ src: url('/fonts/NanumMyeongjoOTF00.woff2') format('woff2');
47
}
48
49
@font-face {
50
font-display: swap;
51
font-family: '나눔손글씨 손편지체';
52
53
54
- src: url('https://hangeul.pstatic.net/hangeul_static/font/NanumSonPyeonjiCe.woff2')
55
+ src: url('/fonts/NanumSonPyeonJiCe.woff2') format('woff2');
56
0 commit comments