Add ABC ROM fonts from Comfy.org

This commit is contained in:
filtered
2025-08-31 20:27:56 +10:00
parent 6e2d86520b
commit 19c85efc25
4 changed files with 50 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

50
src/assets/css/fonts.css Normal file
View File

@@ -0,0 +1,50 @@
/* ABC ROM Font Family */
@font-face {
font-family: 'ABC ROM Medium';
src: url('/fonts/abc-rom/abc-rom-medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'ABC ROM Regular';
src: url('/fonts/abc-rom/abc-rom-regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'ABC ROM Black Italic';
src: url('/fonts/abc-rom/abc-rom-black-italic.woff2') format('woff2');
font-weight: 900;
font-style: italic;
font-display: swap;
}
/* Simplified font family names for easier use */
@font-face {
font-family: 'ABC ROM';
src: url('/fonts/abc-rom/abc-rom-regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'ABC ROM';
src: url('/fonts/abc-rom/abc-rom-medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'ABC ROM';
src: url('/fonts/abc-rom/abc-rom-black-italic.woff2') format('woff2');
font-weight: 900;
font-style: italic;
font-display: swap;
}