mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
fix: apply Palatino font for Windows
This commit is contained in:
@@ -16,11 +16,11 @@ div.highlight {
|
|||||||
|
|
||||||
div.content {
|
div.content {
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: palatino, Pretendard;
|
font-family: "Palatino Linotype", Palatino, Pretendard;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
font-family: palatino, Pretendard;
|
font-family: "Palatino Linotype", Palatino, Pretendard;
|
||||||
font-size: 105%;
|
font-size: 105%;
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|||||||
Reference in New Issue
Block a user