mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
@@ -42,7 +42,21 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
mono: ['JetBrains Mono', 'Menlo', 'monospace'],
|
mono: [
|
||||||
|
'JetBrains Mono',
|
||||||
|
'ui-monospace',
|
||||||
|
'SFMono-Regular',
|
||||||
|
'Menlo',
|
||||||
|
'Monaco',
|
||||||
|
'Fira Code',
|
||||||
|
'Ubuntu Mono',
|
||||||
|
'Consolas',
|
||||||
|
'Liberation Mono',
|
||||||
|
'Courier New',
|
||||||
|
'DejaVu Sans Mono',
|
||||||
|
'Hack',
|
||||||
|
'monospace',
|
||||||
|
],
|
||||||
sans: [
|
sans: [
|
||||||
'Inter UI',
|
'Inter UI',
|
||||||
'-apple-system',
|
'-apple-system',
|
||||||
|
|||||||
Reference in New Issue
Block a user