pyratebeard_net

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

commit 1eab2542b92d00153bddf03924159d5977311f1f
parent 44f8bf4a45df6f1d840c3d18210640d17d4ee8f7
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 29 Mar 2025 15:36:07 +0000

feat(font): switch code back to envy

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

diff --git a/style.css b/style.css @@ -27,19 +27,6 @@ font-weight: normal; font-style: normal; } -@font-face { - font-family: unifont; - src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot'); /* IE9 Compat Modes */ - src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('https://stgiga.github.io/UnifontEX/UnifontExMono.woff') format('woff'), /* Pretty Modern Browsers */ - url('https://stgiga.github.io/UnifontEX/UnifontExMono.ttf') format('truetype'), /* Safari, Android, iOS */ - url('http://stgiga.github.io/UnifontEX/UnifontExMono.woff2') format('woff2'), /* Super Modern Browsers */ - url('http://stgiga.github.io/UnifontEX/UnifontExMono.svg#UnifontExMono') format('svg'); /* Legacy iOS */ - */ - font-weight: normal; - font-style: normal; -} - body { font-family: 'main-font'; @@ -172,7 +159,7 @@ pre { pre > code { color: #51bba4; background-color: #010101; - font-family: 'unifont'; + font-family: 'envy'; padding: 7.5px; display: table; font-size: 0.9em; @@ -183,7 +170,7 @@ code { color: #51bba4; /*background-color: #6a3c42;*/ /*background-color: #363838;*/ - font-family: 'unifont'; + font-family: 'envy'; font-size: 0.9em; padding: 2px 4px 2px 4px; border-radius: 2px;