feat: changed default font to Pretendard

This commit is contained in:
2023-06-27 23:51:57 +09:00
parent 4a732539f5
commit e97db452aa

View File

@@ -3,8 +3,14 @@
@import '{{ site.theme }}';
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
/* append your custom style below */
footer p:last-child::before {
content: none;
}
* {
font-family: Pretendard;
}