update font to Open Sans
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
This commit is contained in:
parent
a87911712d
commit
645cda9c23
2 changed files with 8 additions and 1 deletions
|
@ -3,9 +3,16 @@ $link-font-color: #00cccc;
|
|||
$heading-font-color: #d66388;
|
||||
$code-font-color: cornflowerblue;
|
||||
$special-font-color: #c2f486;
|
||||
$main-font-family: Consolas, monaco, monospace;
|
||||
$main-font-family: 'Open Sans', sans-serif;
|
||||
$min-device-width: 940px;
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/open-sans-v35-latin-regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
a {
|
||||
margin: 0;
|
||||
|
|
BIN
static/fonts/open-sans-v35-latin-regular.woff2
Normal file
BIN
static/fonts/open-sans-v35-latin-regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue