FontFace¶
FontFace element is a select element with available fonts:
example
The entire list of available fonts is in the 'Build-in Validators' section.
<select name="fontFace">
<option value="Archivo">Archivo</option>
<option value="Fira Sans">Fira Sans</option>
<option value="Inter">Inter</option>
...
</select>
Build-in Validators¶
The element validates if the selected font is from the list:
- Archivo
- Fira Sans
- Inter
- Josefin Sans
- Jost
- Lato
- Montserrat
- Noto Sans
- Open Sans
- Oswald
- Poppins
- PT Sans
- Quicksand
- Raleway
- Roboto
- Source Sans Pro
- Ubuntu
- Work Sans
- Abril Fatface
- Cardo
- Crimson Text
- Libre Baskerville
- Lora
- Merriweather
- Playfair Display
- Roboto Slab
- Roboto Serif
- Sanchez
- Roboto Mono
- Space Mono
Available Validators¶
Element does not have available validators.
Relations Support¶
Element does not support relations between elements.