ソースを参照

🔧add Monaco to font family

xuty 5 年 前
コミット
9edac17964
1 ファイル変更1 行追加0 行削除
  1. 1 0
      lib/theme/terminal_style.dart

+ 1 - 0
lib/theme/terminal_style.dart

@@ -1,5 +1,6 @@
 class TerminalStyle {
   static const defaultFontFamily = [
+    'Monaco',
     'Droid Sans Mono',
     'Noto Sans Mono',
     'Roboto Mono',