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
1 changed files with 2 additions and 3 deletions

View File

@ -1,13 +1,12 @@
@font-face {
font-family: 'Comic Mono';
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-family: 'Comic Mono';
font-style: normal;
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');
}