Moved the website code to ./web/ to make it easier to maintain for me. No code changes. (0.40.5)
This commit is contained in:
parent
bebe6dfda0
commit
71576be449
71 changed files with 3354 additions and 1 deletions
9
web/_sass/_fonts.scss
Normal file
9
web/_sass/_fonts.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@font-face {
|
||||
font-family: "CPS";
|
||||
src: url("../fonts/Courier-Prime-Sans.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "MDI";
|
||||
src: url("../fonts/materialdesignicons-webfont.woff2") format("woff2");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue