1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/components/fonts/fonts.sized.css

33 lines
474 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
}
}