mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 16:26:59 +02:00
fix: Fix font paths in design system (#20256)
This commit is contained in:
parent
a7a97abb20
commit
7aed600a2e
|
|
@ -3,19 +3,19 @@
|
|||
font-style: normal;
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
src: url('fonts/InterVariable.woff2') format('woff2');
|
||||
src: url('./InterVariable.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: InterVariable;
|
||||
font-style: italic;
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
src: url('fonts/InterVariable-Italic.woff2') format('woff2');
|
||||
src: url('./InterVariable-Italic.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: CommitMono;
|
||||
font-style: italic;
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
src: url('fonts/CommitMonoVariable.woff2') format('woff2');
|
||||
src: url('./CommitMonoVariable.woff2') format('woff2');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user