jellyfish-web/src/css/fonts.css

38 lines
795 B
CSS
Raw Normal View History

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%;
text-size-adjust: 100%;
2018-10-23 01:13:23 +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 {
font-weight: 500;
font-size: 1.8em;
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
}
.layout-tv {
font-size: 2.5vh;
2018-10-23 01:13:23 +03:00
}
.layout-mobile {
font-size: 90%;
}