move font changes to repo
parent
4b1195fd2a
commit
484a6a87be
|
@ -26,8 +26,25 @@
|
|||
|
||||
}
|
||||
|
||||
@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 {
|
||||
font-family: "Public Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
color: var(--MAIN-TEXT-color) !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
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 {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue