pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 6e13a10604c6555ca211e0a20020a6df250f582d
parent 3e6193c00434c206b789100ed39410709b4e3964
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  5 Jun 2026 23:25:39 +0100

style: updates to fonts

Diffstat:
Mstyle.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/style.css b/style.css @@ -31,7 +31,7 @@ } body { - font-family: 'UnifontExMono'; + font-family: 'main-font'; background-color: #222222; color: #c2c2b0; letter-spacing: 0.8px; @@ -69,7 +69,7 @@ header > p { } h1, h2, h3, h4, h5 { - font-family: 'UnifontExMono'; + font-family: 'envy'; text-transform: lowercase; } h1 { @@ -131,7 +131,7 @@ ul.index { } ul.index li a b { - font-family: 'UnifontExMono'; + font-family: 'envy'; /*font-size: 14px;*/ font-weight: normal; }