chore: add fonts

This commit is contained in:
Rongjian Zhang
2020-01-19 21:43:09 +08:00
parent 4f65321ef5
commit 2da3b24c3b
7 changed files with 16 additions and 1 deletions

View File

@@ -13,7 +13,9 @@ class CodeModel with ChangeNotifier {
'Inconsolata',
'PT Mono',
'Source Code Pro',
'Ubuntu Mono'
'Ubuntu Mono',
'Cascadia Code',
'JetBrains Mono',
];
String _theme = 'github-gist';