Files
blog/assets/css/jekyll-theme-chirpy.scss
Sungchan Yi fbe6b3fdd2 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
2023-09-13 13:35:16 +09:00

43 lines
690 B
SCSS

---
---
@import 'main';
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
/* append your custom style below */
body, h1, h2, h3, h4, h5, h6 {
font-family: Pretendard;
}
div.highlight {
font-family: monospace!important;
}
div.content {
h1, h2, h3, h4, h5, h6 {
font-family: palatino, Pretendard;
}
font-family: palatino, Pretendard;
font-size: 110%;
}
.MathJax {
font-size: 90%;
}
time.year.lead {
font-family: "Source Sans Pro", "Microsoft Yahei", sans-serif;
}
div.language-plaintext.highlighter-rouge {
pre {
color: #3f596f;
}
}
div.footnotes {
font-size: 80%;
}