mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 22:53:51 +00:00
17 lines
269 B
SCSS
17 lines
269 B
SCSS
---
|
|
---
|
|
|
|
@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 */
|
|
|
|
footer p:last-child::before {
|
|
content: none;
|
|
}
|
|
|
|
* {
|
|
font-family: Pretendard;
|
|
}
|