Change the font family names (#462)

This commit is contained in:
Lipis 2020-01-20 01:49:10 +02:00 committed by Christopher Chedeau
parent 0097652b79
commit 13e14b4d64
1 changed files with 3 additions and 3 deletions

View File

@ -246,9 +246,9 @@ export const actionChangeFontFamily: Action = {
<h5>Font family</h5>
<ButtonSelect
options={[
{ value: "Virgil", text: "Virgil" },
{ value: "Helvetica", text: "Helvetica" },
{ value: "Courier", text: "Courier" }
{ value: "Virgil", text: "Hand-drawn" },
{ value: "Helvetica", text: "Normal" },
{ value: "Courier", text: "Code" }
]}
value={getSelectedAttribute(
elements,