Change default font and reduce size

Changes default font from Cousine -> Hack which is the font used in
Godot's script editor and output terminal.

Also reduced the size from 16 -> 14.
This commit is contained in:
Leroy Hopson 2021-06-22 21:02:08 +07:00
parent 4b73c958c0
commit a5776989b4
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
29 changed files with 164 additions and 415 deletions

View file

@ -0,0 +1,7 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://addons/godot_xterm/themes/fonts/hack_v3.003/hack_regular.ttf" type="DynamicFontData" id=4]
[resource]
size = 14
font_data = ExtResource( 4 )