pyratebeard_net

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

commit e3582907d7a6d97f32d7fdef2c282081613abf39
parent e8df7dabd56c3cf8b35f0ce3c5444c722f9d2d56
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon,  8 Jun 2026 11:57:04 +0100

style: replaces envy font with departure everywhere

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

diff --git a/style.css b/style.css @@ -84,7 +84,7 @@ header > p { } h1, h2, h3, h4, h5 { - font-family: 'envy'; + font-family: 'departure'; text-transform: lowercase; } h1 { @@ -146,7 +146,7 @@ ul.index { } ul.index li a b { - font-family: 'envy'; + font-family: 'departure'; /*font-size: 14px;*/ font-weight: normal; }