init module
This commit is contained in:
commit
56791937ff
77 changed files with 5549 additions and 0 deletions
17
assets/css/font.css
Normal file
17
assets/css/font.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Fira Code';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("../fonts/FiraCode-Regular.woff") format("woff");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Fira Code';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url("../fonts/FiraCode-Bold.woff") format("woff");
|
||||
font-display: swap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue