mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
Add IBM Plex font
This commit is contained in:
parent
19c898e47d
commit
8709ea7b58
BIN
customize.dist/fonts/IBMPlexMono-Medium.woff
Normal file
BIN
customize.dist/fonts/IBMPlexMono-Medium.woff
Normal file
Binary file not shown.
BIN
customize.dist/fonts/IBMPlexMono-Medium.woff2
Normal file
BIN
customize.dist/fonts/IBMPlexMono-Medium.woff2
Normal file
Binary file not shown.
@ -8,6 +8,13 @@
|
||||
src: url("/customize/fonts/neuropolitical.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url("/customize/fonts/IBMPlexMono-Medium.woff2") format("woff2"), url("/customize/fonts/IBMPlexMono-Medium.woff") format("woff"); }
|
||||
|
||||
|
||||
// Fonts need to go on the global scope
|
||||
@font-tools {
|
||||
font-family: CryptPadTools;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user