mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Add Cascadia font (#465)
* adding cascadia font * adding font file
This commit is contained in:
parent
2918a28bf0
commit
37e082fcdc
4 changed files with 15 additions and 1 deletions
|
@ -248,7 +248,7 @@ export const actionChangeFontFamily: Action = {
|
|||
options={[
|
||||
{ value: "Virgil", text: "Hand-drawn" },
|
||||
{ value: "Helvetica", text: "Normal" },
|
||||
{ value: "Courier", text: "Code" }
|
||||
{ value: "Cascadia", text: "Code" }
|
||||
]}
|
||||
value={getSelectedAttribute(
|
||||
elements,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue