Fix a font loading error when testing locally and a first draft at a print.css file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: "IBM Plex Mono";
|
||||
src: url(fonts/IBMPlexMono.ttf);
|
||||
src: url(../fonts/IBMPlexMono.ttf);
|
||||
}
|
||||
/*
|
||||
Colors:
|
||||
|
Reference in New Issue
Block a user