SPB Git forge

spb/countryatlas

Public
20commits 1branches 0releases
268.3 MBsize
maindefault branch
12 days agolast push
TypeScript 57% Python 38.6% JavaScript 3.6% CSS 0.6%
415 B · 4 lines typescript
Raw Blame History
1/** Offline fallback for lib/fonts.ts: exposes the same variables bound to the system stack. */2export const fontUi = { variable: 'font-ui-system', className: '', style: { fontFamily: 'ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif' } };3export const fontDisplay = { variable: 'font-display-system', className: '', style: { fontFamily: '"Iowan Old Style", "Palatino Linotype", Georgia, serif' } };4