mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add more redacted fonts
This commit is contained in:
parent
4eb5ec70be
commit
eff5871147
7 changed files with 112 additions and 56 deletions
|
@ -13,7 +13,19 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Redacted";
|
||||
font-family: "REDACTED_REGULAR";
|
||||
src: url("redacted-regular.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "REDACTED_SCRIPT_BOLD";
|
||||
src: url("redacted-script-bold.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "REDACTED_SCRIPT_REGULAR";
|
||||
src: url("redacted-script-regular.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
@ -27,4 +39,5 @@
|
|||
@font-face {
|
||||
font-family: "Blokk";
|
||||
src: url("BLOKKNeue-Regular.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
|
BIN
public/redacted-regular.woff2
Normal file
BIN
public/redacted-regular.woff2
Normal file
Binary file not shown.
BIN
public/redacted-script-bold.woff2
Normal file
BIN
public/redacted-script-bold.woff2
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue