💄 Add SourceSansPro Font

This commit is contained in:
2022-04-30 17:24:49 +02:00
parent 4fef04d2a4
commit 3f0fb43232
4 changed files with 21 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -17,3 +17,24 @@ body {
background-color: var(--bg-color); background-color: var(--bg-color);
font-family: var(--font-family); font-family: var(--font-family);
} }
@font-face {
font-family: "sourcesanspro";
font-style: "normal";
font-weight: 400;
src: url(/fonts/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
font-family: "sourcesanspro";
font-style: "normal";
font-weight: 300;
src: url(/fonts/SourceSansPro-Light.ttf) format("truetype");
}
@font-face {
font-family: "sourcesanspro";
font-style: "normal";
font-weight: 200;
src: url(/fonts/SourceSansPro-ExtraLight.ttf) format("truetype");
}