Webpack -> Hugo Pipes

This commit is contained in:
panr
2020-07-16 23:56:01 +02:00
parent 73373847d8
commit 0759309c59
42 changed files with 67 additions and 322 deletions

13
assets/css/font.css Normal file
View File

@ -0,0 +1,13 @@
@font-face {
font-family: 'Fira Code';
font-style: normal;
font-weight: 400;
src: url("../fonts/FiraCode-Regular.woff") format("woff");
}
@font-face {
font-family: 'Fira Code';
font-style: normal;
font-weight: 800;
src: url("../fonts/FiraCode-Bold.woff") format("woff");
}