Skip to content

Instantly share code, notes, and snippets.

View rgazelot's full-sized avatar

Rémy GAZELOT rgazelot

  • Majorfeat
  • Paris
View GitHub Profile
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 = []