Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -9,3 +9,4 @@
|
||||
@import "link";
|
||||
@import "weeknote";
|
||||
@import "share-button";
|
||||
@import "typewriter";
|
||||
|
||||
8
assets/sass/typewriter.scss
Normal file
8
assets/sass/typewriter.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "Typewriter";
|
||||
src: url("/fonts/American Typewriter Regular.ttf");
|
||||
}
|
||||
|
||||
.typewriter {
|
||||
font-family: "Typewriter", monospace;
|
||||
}
|
||||
Reference in New Issue
Block a user