mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +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;
|
||||
}
|
||||
.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;
|
||||
|
Reference in New Issue
Block a user