Update options size and font-familly

This commit is contained in:
David Bonan 2020-01-08 23:46:19 +01:00
parent e8ac5aa1b9
commit c9cc9f1307

View file

@ -470,15 +470,10 @@ export class App extends React.Component<{}, AppState> {
<h5>Font size</h5> <h5>Font size</h5>
<ButtonSelect <ButtonSelect
options={[ options={[
{ value: 16, text: "16 px" }, { value: 16, text: "Small" },
{ value: 20, text: "20 px" }, { value: 20, text: "Medium" },
{ value: 24, text: "24 px" }, { value: 28, text: "Large" },
{ value: 28, text: "28 px" }, { value: 36, text: "Very Large" }
{ value: 32, text: "32 px" },
{ value: 36, text: "36 px" },
{ value: 40, text: "40 px" },
{ value: 50, text: "50 px" },
{ value: 60, text: "60 px" }
]} ]}
value={getSelectedAttribute( value={getSelectedAttribute(
elements, elements,
@ -497,10 +492,7 @@ export class App extends React.Component<{}, AppState> {
<ButtonSelect <ButtonSelect
options={[ options={[
{value: "Virgil", text: "Virgil"}, {value: "Virgil", text: "Virgil"},
{value: "Arial", text: "Arial"},
{value: "Times New Roman", text: "Times New Roman"},
{value: "Helvetica", text: "Helvetica"}, {value: "Helvetica", text: "Helvetica"},
{value: "Tahoma", text: "Tahoma"},
{value: "Courier", text: "Courier"}, {value: "Courier", text: "Courier"},
]} ]}
value={getSelectedAttribute( value={getSelectedAttribute(