Add css and fonts
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
/* Hide scrollbar for all elements */
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
display: none; /* Safari and Chrome */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide scrollbar for Firefox */
|
||||||
|
html {
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 407 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: ComicCode;
|
||||||
|
src: url("ComicCode-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: ComicCodeBold;
|
||||||
|
font-weight: bold;
|
||||||
|
src: url("ComicCode-Bold.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user