mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
feature: font modified (#5583)
This commit is contained in:
@@ -2,47 +2,15 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'ABC ROM Extended';
|
font-family: 'ABC ROM Extended';
|
||||||
src:
|
src:
|
||||||
local('ABC ROM Extended Bold Italic'),
|
local('ABC ROM Extended Black Italic'),
|
||||||
local('ABCRom BoldItalic'),
|
local('ABCRom BlackItalic'),
|
||||||
url('../fonts/ABCROM-BoldItalic.woff2') format('woff2');
|
url('../fonts/ABCROMExtended-BlackItalic.woff2') format('woff2'),
|
||||||
|
url('../fonts/ABCROMExtended-BlackItalic.woff') format('woff');
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'ABC ROM Extended';
|
|
||||||
src:
|
|
||||||
local('ABC ROM Extended Bold'),
|
|
||||||
local('ABCRom Bold'),
|
|
||||||
url('../fonts/ABCROM-Bold.woff2') format('woff2');
|
|
||||||
font-weight: 900;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'ABC ROM Extended';
|
|
||||||
src:
|
|
||||||
local('ABC ROM Extended Medium'),
|
|
||||||
local('ABCRom Medium'),
|
|
||||||
url('../fonts/ABCROM-Medium.woff2') format('woff2');
|
|
||||||
font-weight: 500;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'ABC ROM Extended';
|
|
||||||
src:
|
|
||||||
local('ABC ROM Extended Regular'),
|
|
||||||
local('ABCRom Regular'),
|
|
||||||
url('../fonts/ABCROM-Regular.woff2') format('woff2');
|
|
||||||
font-weight: 400;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Prevent browser from synthesizing fake bold/italic which can cause mismatches */
|
/* Prevent browser from synthesizing fake bold/italic which can cause mismatches */
|
||||||
.hero-title,
|
.hero-title,
|
||||||
.font-abcrom {
|
.font-abcrom {
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user