style: auto-fix linting issues
This commit is contained in:
parent
4677c867f0
commit
d21680ee2c
1 changed files with 5 additions and 1 deletions
|
|
@ -2099,7 +2099,11 @@
|
|||
<option value="'Lato', sans-serif">Lato</option>
|
||||
<option value="'Montserrat', sans-serif">Montserrat</option>
|
||||
<option value="'Poppins', sans-serif">Poppins</option>
|
||||
<option value="system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">System UI</option>
|
||||
<option
|
||||
value="system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif"
|
||||
>
|
||||
System UI
|
||||
</option>
|
||||
<option value="monospace">Monospace</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue