mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
* [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
43 lines
690 B
SCSS
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%;
|
|
}
|