update fonts css

This commit is contained in:
Akbar Rahman 2024-02-29 12:29:10 +00:00
parent 7e823484b0
commit 7db24ea730
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF

View File

@ -1,13 +1,12 @@
@font-face { @font-face {
font-family: 'Comic Mono'; font-family: 'Comic Mono';
font-style: normal; font-style: normal;
font-weight: 400; src: url('/fonts/comic-mono-font/ComicMono.ttf'), format('ttf');
src: url('/fonts/comic-mono-font/ComicMono.ttf') format('ttf');
} }
@font-face { @font-face {
font-family: 'Comic Mono'; font-family: 'Comic Mono';
font-style: normal; font-style: normal;
font-weight: bold; font-weight: bold;
src: url('/fonts/comic-mono-font/ComicMono-Bold.ttf') format('ttf'); src: url('/fonts/comic-mono-font/ComicMono-Bold.ttf'), format('ttf');
} }