mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Get rid of Noto Sans in CSS
Cantarell is the default font of GNOME. We do not need to specify "Noto Sans" as fallback.
This commit is contained in:
@@ -27,7 +27,7 @@ scale marks {
|
|||||||
-gtk-icon-size: 28px;
|
-gtk-icon-size: 28px;
|
||||||
}
|
}
|
||||||
.labelbutton {
|
.labelbutton {
|
||||||
font-family: 'Cantarell', 'Noto Sans', sans-serif;
|
font-family: 'Cantarell', sans-serif;
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
@@ -37,7 +37,7 @@ scale marks {
|
|||||||
.reavealertop {
|
.reavealertop {
|
||||||
min-height: 90px;
|
min-height: 90px;
|
||||||
box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.3);
|
box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.3);
|
||||||
font-family: 'Cantarell', 'Noto Sans', sans-serif;
|
font-family: 'Cantarell', 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