feat: adds palatino font family for English inside posts (#87)

* [PUBLISHER] upload files #85

* PUSH NOTE : 01. Security Introduction.md

* PUSH ATTACHMENT : is-01-cryptosystem.png

* [PUBLISHER] upload files #86

* PUSH NOTE : 01. Security Introduction.md

* PUSH ATTACHMENT : is-01-cryptosystem.png

* feat: font style to palatino
This commit is contained in:
2023-09-13 13:35:16 +09:00
committed by GitHub
parent 8880a4da51
commit fbe6b3fdd2
2 changed files with 10 additions and 7 deletions

View File

@@ -6,10 +6,6 @@
/* append your custom style below */
footer p:last-child::before {
content: none;
}
body, h1, h2, h3, h4, h5, h6 {
font-family: Pretendard;
}
@@ -19,6 +15,11 @@ div.highlight {
}
div.content {
h1, h2, h3, h4, h5, h6 {
font-family: palatino, Pretendard;
}
font-family: palatino, Pretendard;
font-size: 110%;
}