[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
|
@ -23,7 +23,7 @@
|
|||
<br>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="/" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;"> blog
|
||||
</a>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="/til" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;"> til
|
||||
</a>
|
||||
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="/projects" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;"> projects
|
||||
</a>
|
||||
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;"> photos↗
|
||||
</a>
|
||||
|
@ -106,7 +106,7 @@
|
|||
-->
|
||||
|
||||
<div class="col col-md-9 content">
|
||||
<h1 style="font-weight: 500;">
|
||||
<h1 style="font-family: Geist Bold;">
|
||||
latest tils <span style="font-size:20px;"><a href="/feed/til.xml"><i class="fas fa-rss-square"></i></a></span>
|
||||
</h1>
|
||||
<p>
|
||||
|
@ -122,7 +122,7 @@
|
|||
|
||||
<li>
|
||||
<h4><a href="/til/running-python-in-cron-in-docker/">Running a Python script periodically in a Docker container using cron</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;"> 19 Apr 2023
|
||||
</div>
|
||||
Recently, my partner gave a great idea for utilising my old Kindle: generate a “newspaper” each morning from a bunch of RSS feeds, and email it to the Kindle using...
|
||||
|
@ -141,7 +141,7 @@
|
|||
|
||||
<li>
|
||||
<h4><a href="/til/nextcloud-php-errors/">Fixing php errors in a Nextcloud docker-compose configuration</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;"> 01 Mar 2023
|
||||
</div>
|
||||
I was trying to rescan the files in my Nextcloud server (running on Raspberry Pi 4 with DietPi), and kept running into some weird php errors. First error - “could...
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<br>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="/" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;"> blog
|
||||
</a>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="/til" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;"> til
|
||||
</a>
|
||||
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="/projects" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;"> projects
|
||||
</a>
|
||||
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;"> photos↗
|
||||
</a>
|
||||
|
@ -106,13 +106,13 @@
|
|||
-->
|
||||
|
||||
<div class="col col-md-9 content">
|
||||
<h1 style="font-weight: 500;">
|
||||
<h1 style="font-family: Geist Bold;">
|
||||
Fixing php errors in a Nextcloud docker-compose configuration
|
||||
</h1>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<p style="font-family:Rubik;font-style:italic;">
|
||||
<p style="font-family:Geist;font-style:italic;">
|
||||
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;"> 01 Mar 2023
|
||||
|
||||
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;"> 2 minutes
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<br>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="/" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;"> blog
|
||||
</a>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="/til" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;"> til
|
||||
</a>
|
||||
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="/projects" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;"> projects
|
||||
</a>
|
||||
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<h4 style="font-family: Geist Bold;">
|
||||
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
|
||||
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;"> photos↗
|
||||
</a>
|
||||
|
@ -106,13 +106,13 @@
|
|||
-->
|
||||
|
||||
<div class="col col-md-9 content">
|
||||
<h1 style="font-weight: 500;">
|
||||
<h1 style="font-family: Geist Bold;">
|
||||
Running a Python script periodically in a Docker container using cron
|
||||
</h1>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<p style="font-family:Rubik;font-style:italic;">
|
||||
<p style="font-family:Geist;font-style:italic;">
|
||||
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;"> 19 Apr 2023
|
||||
|
||||
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;"> 3 minutes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue