init page is done
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=McLaren&display=swap');
|
||||
|
||||
@import url("pages/index.css");
|
||||
@import url("outer/index.css");
|
||||
@@ -26,9 +27,26 @@ code {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* Mobile devices */
|
||||
@media only screen and (max-width: 800px) {
|
||||
* {
|
||||
font-size: 1.5vh;
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.metal-mania-regular {
|
||||
font-family: "Metal Mania", system-ui;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.mclaren-regular {
|
||||
font-family: "McLaren", system-ui;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user