[06/11/23] Changing font to Vercel's Geist and Geist Mono

This commit is contained in:
Andrew Conlin 2023-11-06 13:59:17 +00:00
parent a7d8893862
commit b10ed0c3a7
98 changed files with 118 additions and 68 deletions

View file

@ -13,7 +13,7 @@ permalink: /til/
{% if category == 'til' %}
<li>
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
<div style="font-family:Rubik;font-style: italic;">
<div style="font-family:Geist;font-style: italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;{{ post.date | date_to_string }}
</div>
{{ post.content | strip_html | truncatewords: 30 }}