mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 11:10:00 +00:00
merge main into rh-test
This commit is contained in:
17
packages/design-system/src/css/fonts.css
Normal file
17
packages/design-system/src/css/fonts.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Inter Font Family */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('/fonts/inter-latin-normal.woff2') format('woff2');
|
||||
font-weight: 100 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('/fonts/inter-latin-italic.woff2') format('woff2');
|
||||
font-weight: 100 900;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
1003
packages/design-system/src/css/style.css
Normal file
1003
packages/design-system/src/css/style.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user