import React from 'react'; import TextField from '../../../shared/TextField'; const fontOptions = [ 'Lato', 'Montserrat', 'Nunito', 'Open Sans', 'Raleway', 'Rubik', 'Source Sans Pro', 'Titillium Web', 'Ubuntu', ]; const FontsTab = ({ theme, onChange }) => { return (
You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you.