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

38 lines
508 B
CSS
Raw Normal View History

html {
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%;
text-size-adjust: 100%;
-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 {
font-family: "Noto Sans", sans-serif;
2018-10-23 01:13:23 +03:00
}
h1 {
font-weight: 400;
font-size: 1.8em;
2018-10-23 01:13:23 +03:00
}
h2 {
font-weight: 400;
font-size: 1.5em;
2018-10-23 01:13:23 +03:00
}
h3 {
font-weight: 400;
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 {
font-size: 90%;
}