mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 16:31:58 +02:00
Use "Cantarell" fonts for OSD with fallback to "Noto" and "sans-serif"
This commit is contained in:
@@ -3,6 +3,7 @@ scale marks {
|
|||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
.osd {
|
.osd {
|
||||||
|
text-shadow: none;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
@@ -27,6 +28,7 @@ scale marks {
|
|||||||
.reavealertop {
|
.reavealertop {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.4);
|
box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.4);
|
||||||
|
font-family: 'Cantarell', 'Noto Sans', sans-serif;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
Reference in New Issue
Block a user