mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-04 12:54:23 +01:00 
			
		
		
		
	Change the font family names (#462)
This commit is contained in:
		
				
					committed by
					
						
						Christopher Chedeau
					
				
			
			
				
	
			
			
			
						parent
						
							0097652b79
						
					
				
				
					commit
					13e14b4d64
				
			@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user