Scissors-Website/style.css
Telesphoreo 3944acb7a4 Push new website
Javadocs are missing, I know
2023-04-02 20:41:32 -05:00

33 lines
573 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200&display=swap');
.navbar-font {
font-family: 'Permanent Marker', cursive;
}
h1, h4, h5 {
color: white;
text-align: center;
position: relative;
font-family: 'IBM Plex Sans', sans-serif;
}
h1 {
top: 10vh;
font-weight: bolder;
}
h4, h5 {
top: 10vh;
}
@media only screen and (max-width: 768px) {
h1 {
font-size: 7vw;
}
h4 {
font-size: 5vw;
}
}