[07/08/23] changed to monospace font and caps titles
This commit is contained in:
parent
39c52872d7
commit
340f7499bf
16 changed files with 119 additions and 109 deletions
|
@ -15,7 +15,7 @@
|
|||
<body>
|
||||
<div class="container text-start">
|
||||
{% include nav.html %}
|
||||
<div class="col col-md-9">
|
||||
<div class="col col-md-9" style="position: relative;top: 90px;">
|
||||
<h1 style="font-weight: 500;">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
layout: default
|
||||
---
|
||||
|
||||
<p style="font-family:Rubik;font-weight:500;">
|
||||
<p style="font-family:Fira Code;font-weight:500;">
|
||||
<i class="fas fa-calendar"></i> {{ page.date | date_to_string }}
|
||||
|
|
||||
|
|
||||
<i class="fas fa-clock"></i> {{ content | reading_time | pluralize: "minute" }}
|
||||
</p>
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue