jellyfish-web/src/assets/css/fonts.sized.css

32 lines
473 B
CSS
Raw Normal View History

2018-10-23 01:13:23 +03:00
h1 {
font-weight: 500;
font-size: 1.8em;
2018-10-23 01:13:23 +03:00
}
.layout-desktop h1 {
font-size: 2em;
2018-10-23 01:13:23 +03:00
}
h2 {
font-weight: 500;
font-size: 1.5em;
2018-10-23 01:13:23 +03:00
}
h3 {
font-weight: 500;
font-size: 1.17em;
2018-10-23 01:13:23 +03:00
}
@media all and (min-height: 720px) {
2018-10-23 01:13:23 +03:00
html {
font-size: 20px;
2018-10-23 01:13:23 +03:00
}
}
/* This is supposed to be 1080p, but had to reduce the min height to account for possible browser chrome */
@media all and (min-height: 1000px) {
2018-10-23 01:13:23 +03:00
html {
font-size: 27px;
2018-10-23 01:13:23 +03:00
}
}