Use "Cantarell" fonts for OSD with fallback to "Noto" and "sans-serif"

This commit is contained in:
Rafostar
2020-09-21 22:19:37 +02:00
parent 1ce533259b
commit db8429d73f

View File

@@ -3,6 +3,7 @@ scale marks {
color: currentColor;
}
.osd {
text-shadow: none;
font-size: 22px;
font-weight: 500;
}
@@ -27,6 +28,7 @@ scale marks {
.reavealertop {
min-height: 100px;
box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.4);
font-family: 'Cantarell', 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 500;
background: transparent;