[06/11/23] Changing font to Vercel's Geist and Geist Mono
This commit is contained in:
parent
a7d8893862
commit
b10ed0c3a7
98 changed files with 118 additions and 68 deletions
2
til.html
2
til.html
|
@ -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;"> {{ post.date | date_to_string }}
|
||||
</div>
|
||||
{{ post.content | strip_html | truncatewords: 30 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue