update font to Open Sans
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-08-09 09:41:34 +02:00
parent a87911712d
commit 645cda9c23
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
2 changed files with 8 additions and 1 deletions

View file

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

Binary file not shown.