import baseFonts from "./baseFonts.js" const titleFonts = { ...baseFonts, playfairdisplay: { displayName: 'Playfair Display', defs: [ { path: '/fonts/Playfair-Regular.ttf', style: 'normal', weight: 400 }, { path: '/fonts/Playfair-Italic.ttf', style: 'italic', weight: 400 }, { path: '/fonts/Playfair-Bold.ttf', style: 'normal', weight: 700 }, { path: '/fonts/Playfair-BoldItalic.ttf', style: 'italic', weight: 700 } ] }, ultra: { displayName: 'Ultra', defs: [ { path: '/fonts/Ultra-Regular.ttf', style: 'normal', weight: 400 } ] }, stacksansheadline: { displayName: 'Stack Sans Headline', defs: [ { path: '/fonts/StackSansHeadline-Regular.ttf', style: 'normal', weight: 400 }, { path: '/fonts/StackSansHeadline-Bold.ttf', style: 'normal', weight: 700 } ] }, stacksansnotch: { displayName: 'Stack Sans Notch', defs: [ { path: '/fonts/StackSansNotch-Regular.ttf', style: 'normal', weight: 400 }, { path: '/fonts/StackSansNotch-Bold.ttf', style: 'normal', weight: 700 } ] }, titanone: { displayName: 'Titan One', defs: [] }, momotrustdisplay: { displayName: 'Momo Trust Display', defs: [ { path: '/fonts/MomoTrustDisplay-Regular.ttf', style: 'normal', weight: 400 }, { path: '/fonts/MomoTrustDisplay-Bold.ttf', style: 'normal', weight: 700 } ] }, momosignature: { displayName: 'Momo Signature', defs: [ { path: '/fonts/MomoSignature-Regular.ttf', style: 'normal', weight: 400 } ] }, londrinasketch: { displayName: 'Londrina Sketch', defs: [ { path: '/fonts/LondrinaSketch-Regular.ttf', style: 'normal', weight: 400 } ] }, londrinashadow: { displayName: 'Londrina Shadow', defs: [ { path: '/fonts/LondrinaShadow-Regular.ttf', style: 'normal', weight: 400 } ] }, londrinasolid: { displayName: 'Londrina Solid', defs: [ { path: '/fonts/LondrinaSolid-Regular.ttf', style: 'normal', weight: 400 }, { path: '/fonts/LondrinaSolid-Black.ttf', style: 'normal', weight: 700 } ] }, bebasneue: { displayName: 'Bebas Neue', defs: [ { path: '/fonts/BebasNeue-Regular.ttf', style: 'normal', weight: 400 } ] }, oswald: { displayName: 'Oswald', defs: [ { path: '/fonts/Oswald-Regular.ttf', style: 'normal', weight: 400 }, { path: '/fonts/Oswald-Bold.ttf', style: 'normal', weight: 700 } ] }, archivoblack: { displayName: 'Archivo Black', defs: [ { path: '/fonts/ArchivoBlack.otf', style: 'normal', weight: 400 } ] }, alfaslabone: { displayName: 'Alfa Slab One', defs: [ { path: '/fonts/AlfaSlabOne-Regular.ttf', style: 'normal', weight: 400 } ] }, sixtyfour: { displayName: 'SixtyFour', defs: [ { path: '/fonts/Sixtyfour-Regular.ttf', style: 'normal', weight: 400 }, { path: '/fonts/Sixtyfour-Regular.ttf', style: 'normal', weight: 700 } ] } } export default titleFonts