Uninen/tauri-vue-template

Configure system fonts by default

Uninen opened this issue · 2 comments

Uninen commented

Something like:

fontFamily: {
  sans: [
    '-apple-system',
    'BlinkMacSystemFont',
    'Segoe UI',
    'Helvetica',
    'Arial',
    'sans-serif',
    'Apple Color Emoji',
    'Segoe UI Emoji',
  ],
  serif: [
    'Iowan Old Style',
    'Apple Garamond',
    'Baskerville',
    'Times New Roman',
    'Droid Serif',
    'Times',
    'Source Serif Pro, serif',
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
  ],
  mono: [
    'ui-monospace',
    'SFMono-Regular',
    'SF Mono',
    'Menlo',
    'Consolas',
    'Liberation Mono',
    'monospace',
  ],
},