mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
never use a submodule ever again
This commit is contained in:
parent
830045ee2f
commit
bf24af3431
77 changed files with 12557 additions and 1 deletions
15
blog/themes/terminal/assets/css/fonts.css
Normal file
15
blog/themes/terminal/assets/css/fonts.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* _font.scss */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Fira Code";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("../fonts/FiraCode-Regular.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Fira Code";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url("../fonts/FiraCode-Bold.woff") format("woff");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue