💄 Add SourceSansPro Font
This commit is contained in:
BIN
public/fonts/SourceSansPro-ExtraLight.ttf
Normal file
BIN
public/fonts/SourceSansPro-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
public/fonts/SourceSansPro-Light.ttf
Normal file
BIN
public/fonts/SourceSansPro-Light.ttf
Normal file
Binary file not shown.
BIN
public/fonts/SourceSansPro-Regular.ttf
Normal file
BIN
public/fonts/SourceSansPro-Regular.ttf
Normal file
Binary file not shown.
@ -17,3 +17,24 @@ body {
|
||||
background-color: var(--bg-color);
|
||||
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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user