font fixup
parent
19e5835987
commit
089bbfc8b7
|
@ -26,8 +26,30 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Public Sans';
|
||||||
|
src: url("../fonts/publicsans-regular-webfont.woff") format("woff");
|
||||||
|
src: url("../fonts/publicsans-regular-webfont.woff2") format("woff2");
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Public Sans';
|
||||||
|
src: url("../fonts/publicsans-light-webfont.woff") format("woff");
|
||||||
|
src: url("../fonts/publicsans-light-webfont.woff2") format("woff2");
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: var(--MAIN-TEXT-color) !important;
|
color: var(--MAIN-TEXT-color) !important;
|
||||||
|
font-family: 'Public Sans'
|
||||||
|
}
|
||||||
|
|
||||||
|
#chapter h3 {
|
||||||
|
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
|
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
|
||||||
|
@ -39,6 +61,14 @@ h2, h3, h4, h5 {
|
||||||
color: var(--MAIN-TITLES-TEXT-color) !important;
|
color: var(--MAIN-TITLES-TEXT-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
color: #5e5e5e;
|
||||||
|
font-weight: 400;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--MAIN-LINK-color);
|
color: var(--MAIN-LINK-color);
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue