diff options
Diffstat (limited to 'website/style.css')
-rw-r--r-- | website/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/website/style.css b/website/style.css index be88f34..9712139 100644 --- a/website/style.css +++ b/website/style.css @@ -1,27 +1,27 @@ @font-face { font-family: 'IBM Plex Sans'; - src: url('/fonts/IBMPlexSans-Regular-Latin1.woff2') format('woff2'); + src: url('/tissue/fonts/IBMPlexSans-Regular-Latin1.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'IBM Plex Sans'; - src: url('/fonts/IBMPlexSans-Bold-Latin1.woff2') format('woff2'); + src: url('/tissue/fonts/IBMPlexSans-Bold-Latin1.woff2') format('woff2'); font-weight: bold; font-style: normal; } @font-face { font-family: 'IBM Plex Mono'; - src: url('/fonts/IBMPlexMono-Regular-Latin1.woff2') format('woff2'); + src: url('/tissue/fonts/IBMPlexMono-Regular-Latin1.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'IBM Plex Mono'; - src: url('/fonts/IBMPlexMono-Bold-Latin1.woff2') format('woff2'); + src: url('/tissue/fonts/IBMPlexMono-Bold-Latin1.woff2') format('woff2'); font-weight: bold; font-style: normal; } |