2019-01-10 15:39:37 +03:00
|
|
|
html {
|
2020-02-03 17:18:15 +01:00
|
|
|
font-family: "Noto Sans", sans-serif;
|
2018-10-23 01:13:23 +03:00
|
|
|
font-size: 93%;
|
2020-01-09 19:35:19 +01:00
|
|
|
-webkit-text-size-adjust: 100%;
|
2019-01-10 15:39:37 +03:00
|
|
|
text-size-adjust: 100%;
|
2020-02-03 17:18:15 +01:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
text-rendering: optimizeLegibility;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-22 21:40:45 +01:00
|
|
|
h1,
|
2020-01-25 11:42:43 +01:00
|
|
|
h2,
|
|
|
|
h3 {
|
2020-02-03 17:18:15 +01:00
|
|
|
font-family: "Noto Sans", sans-serif;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2020-02-03 17:18:15 +01:00
|
|
|
font-weight: 400;
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 1.8em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2020-02-03 17:18:15 +01:00
|
|
|
font-weight: 400;
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 1.5em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2020-02-03 17:18:15 +01:00
|
|
|
font-weight: 400;
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 1.17em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-tv {
|
2020-02-29 20:14:21 +01:00
|
|
|
font-size: 130%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-mobile {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 90%;
|
|
|
|
}
|