mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Add css and fonts
This commit is contained in:
9
src/landing/assets/css/scrollbar.css
Normal file
9
src/landing/assets/css/scrollbar.css
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/* Hide scrollbar for all elements */
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
display: none; /* Safari and Chrome */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide scrollbar for Firefox */
|
||||||
|
html {
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
BIN
src/landing/assets/fonts/ComicCode-Bold.otf
Normal file
BIN
src/landing/assets/fonts/ComicCode-Bold.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCode-BoldItalic.otf
Normal file
BIN
src/landing/assets/fonts/ComicCode-BoldItalic.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCode-Italic.otf
Normal file
BIN
src/landing/assets/fonts/ComicCode-Italic.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCode-Medium.otf
Normal file
BIN
src/landing/assets/fonts/ComicCode-Medium.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCode-MediumItalic.otf
Normal file
BIN
src/landing/assets/fonts/ComicCode-MediumItalic.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCode-Regular.otf
Normal file
BIN
src/landing/assets/fonts/ComicCode-Regular.otf
Normal file
Binary file not shown.
2937
src/landing/assets/fonts/ComicCode-Regular.svg
Normal file
2937
src/landing/assets/fonts/ComicCode-Regular.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 407 KiB |
BIN
src/landing/assets/fonts/ComicCodeLigatures-Bold.otf
Normal file
BIN
src/landing/assets/fonts/ComicCodeLigatures-Bold.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCodeLigatures-BoldItalic.otf
Normal file
BIN
src/landing/assets/fonts/ComicCodeLigatures-BoldItalic.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCodeLigatures-Italic.otf
Normal file
BIN
src/landing/assets/fonts/ComicCodeLigatures-Italic.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCodeLigatures-Medium.otf
Normal file
BIN
src/landing/assets/fonts/ComicCodeLigatures-Medium.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCodeLigatures-MediumItalic.otf
Normal file
BIN
src/landing/assets/fonts/ComicCodeLigatures-MediumItalic.otf
Normal file
Binary file not shown.
BIN
src/landing/assets/fonts/ComicCodeLigatures-Regular.otf
Normal file
BIN
src/landing/assets/fonts/ComicCodeLigatures-Regular.otf
Normal file
Binary file not shown.
11
src/landing/assets/fonts/fonts.css
Normal file
11
src/landing/assets/fonts/fonts.css
Normal file
@@ -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