mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
feat: adjust font size
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
---
|
||||
|
||||
@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 */
|
||||
@@ -11,6 +10,14 @@ footer p:last-child::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
* {
|
||||
*, h1 {
|
||||
font-family: Pretendard;
|
||||
}
|
||||
|
||||
.post-content {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.MathJax {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user