mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
fix(component): fix font display on safari (#5393)
before  after 
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
font-family: 'Inter';
|
font-family: 'Inter';
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url(../fonts/inter/Inter-VariableFont_slnt,wght.ttf);
|
src: url(../fonts/inter/Inter-VariableFont_slnt,wght.ttf);
|
||||||
|
font-weight: 1 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user