pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit 8cd67b861e1cb0dee9b040eab35dd142febb9e3d
parent 2898646506f96b642d714a4964525890b98dd867
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  5 Jun 2026 23:23:52 +0100

style: updates to fonts

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

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