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:
Rafostar
2020-10-17 19:51:23 +02:00
parent 0f56c5967b
commit b383a89107

View File

@@ -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;