2019-01-10 15:39:37 +03:00
|
|
|
html {
|
|
|
|
font-family: -apple-system, "Helvetica", system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", 'Open Sans', sans-serif;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-size: 93%;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
2019-01-10 15:39:37 +03:00
|
|
|
text-size-adjust: 100%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
h1, h2, h3 {
|
|
|
|
/* For better bolding, since Helvetica does not support 500 weight, and 600 is too thick */
|
|
|
|
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", 'Open Sans', sans-serif;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: 500;
|
|
|
|
font-size: 1.8em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: 500;
|
|
|
|
font-size: 1.5em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: 500;
|
|
|
|
font-size: 1.17em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-tv {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 2.5vh;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-mobile {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 90%;
|
|
|
|
}
|