This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const FONTS = [ | |
| { name: 'Abril Fatface', type: 'Classical', noItalic: true, noBold: true, designer: 'TypeTogether' }, | |
| { name: 'Abys', type: 'Handwriting', src: 'local', noItalic: true, noBold: true }, | |
| { name: 'Alegreya', type: 'Classical', url: 'Alegreya:ital,wght@0,400;0,700;1,400;1,700', designer: 'Huerta Tipográfica' }, | |
| { name: 'Alegreya Sans', type: 'Modern', url: 'Alegreya+Sans:ital,wght@0,400;0,800;1,400;1,800', designer: 'Huerta Tipográfica' }, | |
| { name: 'Anonymous Pro', type: 'Modern', designer: 'Mark Simonson' } | |
| ] | |
| function getGoogleFonts () { | |
| const fonts = [] |
OlderNewer