feat: Add Cascadia font (#465)

* adding cascadia font

* adding font file
This commit is contained in:
wei 2020-01-20 07:12:12 -08:00 committed by Christopher Chedeau
parent 2918a28bf0
commit 37e082fcdc
4 changed files with 15 additions and 1 deletions

View file

@ -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,