type alias FontSchemeimport { type FontScheme } from "https://deno.land/x/docxml@5.15.3/src/files/ThemeXml.ts"; definition: { majorFont: { latinFont: LatinFont; otherFonts: Font[]; }; minorFont: { latinFont: LatinFont; otherFonts: Font[]; }; }