a tool for shared writing and social publishing

added italic font back in

+10 -1
+10 -1
app/layout.tsx
··· 12 12 export const preferredRegion = ["sfo1"]; 13 13 14 14 const quattro = localFont({ 15 - src: "../public/fonts/iAWriterQuattroV.ttf", 15 + src: [ 16 + { 17 + path: "../public/fonts/iAWriterQuattroV.ttf", 18 + style: "normal", 19 + }, 20 + { 21 + path: "../public/fonts/iAWriterQuattroV-Italic.ttf", 22 + style: "italic", 23 + }, 24 + ], 16 25 display: "swap", 17 26 variable: "--font-quattro", 18 27 });