ADD: Preload fonts

This commit is contained in:
Robert Kossessa
2024-02-11 22:44:43 +01:00
parent 489228fa17
commit b563e00f82
2 changed files with 6 additions and 2 deletions

View File

@@ -91,12 +91,12 @@
@font-face {
font-family: 'PixelLg';
src: url(fonts/SG12.ttf);
src: url(fonts/SG12.ttf), local('monospace');
}
@font-face {
font-family: 'PixelSm';
src: url(fonts/andina.ttf);
src: url(fonts/andina.ttf), local('monospace');
}
.font-pixellg {