mirror of
https://github.com/AtlasMediaGroup/Scissors-Website.git
synced 2024-11-05 09:06:07 +00:00
33 lines
573 B
CSS
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;
|
|
}
|
|
} |