mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Add Inter font style
This commit is contained in:
parent
179129b7cb
commit
b8dfbf9d49
5 changed files with 13 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ const localSettings = isElectron() ? window.electron.localSettings : null;
|
|||
const FONT_OPTIONS = [
|
||||
{ label: 'Archivo', value: 'Archivo' },
|
||||
{ label: 'Fredoka', value: 'Fredoka' },
|
||||
{ label: 'Inter', value: 'Inter' },
|
||||
{ label: 'League Spartan', value: 'League Spartan' },
|
||||
{ label: 'Lexend', value: 'Lexend' },
|
||||
{ label: 'Poppins', value: 'Poppins' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue