Przeglądaj źródła

Change the font family names (#462)

Lipis 5 lat temu
rodzic
commit
13e14b4d64
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/actions/actionProperties.tsx

+ 3 - 3
src/actions/actionProperties.tsx

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