Font change
parent
1f4b04da92
commit
9b7ec971d4
|
@ -106,7 +106,8 @@ blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
code, pre {
|
code, pre {
|
||||||
font-family: "Fira Code", monospace;
|
font-family: "Cozette", "Fira Code", monospace;
|
||||||
|
font-size: 16px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
2
blog.md
2
blog.md
|
@ -7,7 +7,7 @@ permalink: /blog/
|
||||||
|
|
||||||
{% for post in collections.posts.pages %}
|
{% for post in collections.posts.pages %}
|
||||||
## [{{ post.title}}](/{{ post.permalink }})
|
## [{{ post.title}}](/{{ post.permalink }})
|
||||||
**{{ post.published_date }}**
|
**{{ post.published_date | date: "%Y-%m-%d" }}**
|
||||||
|
|
||||||
{{post.description}}
|
{{post.description}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -5,4 +5,9 @@ $accent-color-light: #f4b8e4;
|
||||||
$accent-color-dark: #ea999c;
|
$accent-color-dark: #ea999c;
|
||||||
$radius: 10px;
|
$radius: 10px;
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: Cozette;
|
||||||
|
src: url(/assets/CozetteVector.otf);
|
||||||
|
}
|
||||||
|
|
||||||
@import '_scss/base', '_scss/navigation';
|
@import '_scss/base', '_scss/navigation';
|
||||||
|
|
Loading…
Reference in New Issue