mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 07:30:11 +00:00
18 lines
366 B
CSS
18 lines
366 B
CSS
/* 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;
|
|
}
|