mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 22:53:51 +00:00
feat: changed default font to Pretendard
This commit is contained in:
@@ -3,8 +3,14 @@
|
|||||||
|
|
||||||
@import '{{ site.theme }}';
|
@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 */
|
/* append your custom style below */
|
||||||
|
|
||||||
footer p:last-child::before {
|
footer p:last-child::before {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: Pretendard;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user