mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
27 lines
608 B
SCSS
27 lines
608 B
SCSS
/* Storybook-specific font paths */
|
|
@font-face {
|
|
font-family: InterVariable;
|
|
font-style: normal;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url('../src/css/fonts/InterVariable.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: InterVariable;
|
|
font-style: italic;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url('../src/css/fonts/InterVariable-Italic.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: CommitMono;
|
|
font-style: italic;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url('../src/css/fonts/CommitMonoVariable.woff2') format('woff2');
|
|
}
|
|
|
|
@use '../src/css/_tokens.scss';
|