diff --git a/css/styles.css b/css/styles.css index e7f004ac3..ec4c0484d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,6 +1,6 @@ /* stylelint-disable no-descending-specificity */ -/* Fonts from https://fonts.google.com/specimen/Montserrat */ +/* Font from https://fonts.google.com/specimen/Montserrat */ @font-face { font-family: 'Montserrat'; src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format("truetype-variations"); @@ -382,7 +382,7 @@ body { .waived-day-text { text-align: right !important; margin-top: auto; - font-size: 90%; + font-size: 80%; font-variant-caps: all-petite-caps; } @@ -629,6 +629,8 @@ input:disabled + .slider { #preferences-window select, #preferences-window option, #preferences-window input { + font-size: 14px; + font-weight: 300; font-variant-caps: all-petite-caps; border: none; height: inherit; @@ -640,6 +642,8 @@ input:disabled + .slider { } #preferences-window .weekdays-selector input[type=checkbox] + label { + font-size: 14px; + font-weight: 300; font-variant-caps: all-petite-caps; display: inline-block; border-radius: 10px; @@ -669,6 +673,8 @@ input:disabled + .slider { } #preferences-window p { + font-size: 14px; + font-weight: 300; font-variant-caps: all-petite-caps; text-align: left; }