Complete redesign, wow!
This commit is contained in:
parent
a2b9bc7422
commit
49049eadb3
37 changed files with 1363 additions and 485 deletions
25
sass/css/_fonts.scss
Normal file
25
sass/css/_fonts.scss
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
@font-face {
|
||||
font-family: "Libertinus Sans";
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url("/fonts/LibertinusSans-Regular.otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Libertinus Sans";
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
src: url("/fonts/LibertinusSans-Bold.otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Libertinus Sans";
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
src: url("/fonts/LibertinusSans-Italic.otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src: url("/fonts/FiraCode-Regular.woff2");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue