all repos — NoPaste @ 584b12475d17386562df16d9e2aebd2d66070652

Resurrected - The PussTheCat.org fork of NoPaste

Fix the fonts
TheFrenchGhosty TheFrenchGhosty@posteo.is
Tue, 14 Dec 2021 16:31:38 +0100
commit

584b12475d17386562df16d9e2aebd2d66070652

parent

de062991ccdf763b2091f26873047685f9c0c977

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M style/style.cssstyle/style.css

@@ -165,8 +165,8 @@

/* Fonts */ @font-face { font-family: 'JetBrainsMono'; - src: url('./fonts/JetBrainsMono-Regular.woff2') format('woff2'), - url('./fonts/JetBrainsMonoNL-Regular.ttf') format('truetype'); + src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2'), + url('../fonts/JetBrainsMonoNL-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; }

@@ -176,7 +176,7 @@ font-family: 'Roboto';

font-style: normal; font-weight: 400; font-display: swap; - src: local('Roboto'), local('Roboto-Regular'), url(./fonts/Roboto-Regular.woff2) format('woff2'); + src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }