Fix font sizes

Makes the baseline 16px again (It was 14.88px before, for some reason) and sets the TV baseline to 20px.
This commit is contained in:
MrTimscampi 2020-08-26 19:30:01 +02:00
parent 186acfc3e6
commit 45cd976b49

View file

@ -1,7 +1,5 @@
html { html {
font-family: "Noto Sans", sans-serif; font-family: "Noto Sans", sans-serif;
font-size: 93%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%; text-size-adjust: 100%;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -29,7 +27,9 @@ h3 {
} }
.layout-tv { .layout-tv {
font-size: 130%; /* Per WebOS and Tizen guidelines, fonts must be 20px minimum.
This takes the 16px baseline and multiplies it by 1.25 to get 20px. */
font-size: 125%;
} }
.layout-mobile { .layout-mobile {