mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
Change the font family names (#462)
This commit is contained in:
parent
0097652b79
commit
13e14b4d64
@ -246,9 +246,9 @@ export const actionChangeFontFamily: Action = {
|
|||||||
<h5>Font family</h5>
|
<h5>Font family</h5>
|
||||||
<ButtonSelect
|
<ButtonSelect
|
||||||
options={[
|
options={[
|
||||||
{ value: "Virgil", text: "Virgil" },
|
{ value: "Virgil", text: "Hand-drawn" },
|
||||||
{ value: "Helvetica", text: "Helvetica" },
|
{ value: "Helvetica", text: "Normal" },
|
||||||
{ value: "Courier", text: "Courier" }
|
{ value: "Courier", text: "Code" }
|
||||||
]}
|
]}
|
||||||
value={getSelectedAttribute(
|
value={getSelectedAttribute(
|
||||||
elements,
|
elements,
|
||||||
|
Loading…
Reference in New Issue
Block a user