mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
feat: add ibm plex mono font (#7303)
Code font is changed to IBMPlexMono
This commit is contained in:
@@ -153,3 +153,38 @@
|
||||
font-display: swap;
|
||||
src: url(../fonts/space-mono/SpaceMono-BoldItalic.ttf);
|
||||
}
|
||||
|
||||
/*
|
||||
* IBM Plex Mono
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(../fonts/ibm-plex-mono/IBMPlexMono-Regular.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(../fonts/ibm-plex-mono/IBMPlexMono-Italic.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(../fonts/ibm-plex-mono/IBMPlexMono-Bold.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(../fonts/ibm-plex-mono/IBMPlexMono-BoldItalic.ttf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user