Font change

main
~erin 2023-04-16 15:40:52 -04:00
parent 1f4b04da92
commit 9b7ec971d4
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
4 changed files with 8 additions and 2 deletions

View File

@ -106,7 +106,8 @@ blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
}
code, pre {
font-family: "Fira Code", monospace;
font-family: "Cozette", "Fira Code", monospace;
font-size: 16px;
overflow: auto;
}

BIN
assets/CozetteVector.otf Normal file

Binary file not shown.

View File

@ -7,7 +7,7 @@ permalink: /blog/
{% for post in collections.posts.pages %}
## [{{ post.title}}](/{{ post.permalink }})
**{{ post.published_date }}**
**{{ post.published_date | date: "%Y-%m-%d" }}**
{{post.description}}
{% endfor %}

View File

@ -5,4 +5,9 @@ $accent-color-light: #f4b8e4;
$accent-color-dark: #ea999c;
$radius: 10px;
@font-face {
font-family: Cozette;
src: url(/assets/CozetteVector.otf);
}
@import '_scss/base', '_scss/navigation';