spb/countryatlas
Public
TypeScript 57%
Python 38.6%
JavaScript 3.6%
CSS 0.6%
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