-rw-r--r--CascadiaCode.ttfbin0 -> 648736 bytes
-rw-r--r--theme.tres9
2 files changed, 7 insertions, 2 deletions
diff --git a/CascadiaCode.ttf b/CascadiaCode.ttf
new file mode 100644
index 0000000..22785c2
--- /dev/null
+++ b/CascadiaCode.ttf
Binary files differ
diff --git a/theme.tres b/theme.tres
index 0287bf8..436a453 100644
--- a/theme.tres
+++ b/theme.tres
@@ -1,9 +1,10 @@
-[gd_resource type="Theme" load_steps=13 format=2]
+[gd_resource type="Theme" load_steps=15 format=2]
[ext_resource path="res://bg.tres" type="StyleBox" id=1]
[ext_resource path="res://verdana-bold.tres" type="DynamicFont" id=2]
[ext_resource path="res://verdana-normal.tres" type="DynamicFont" id=3]
[ext_resource path="res://verdana-italicbold.tres" type="DynamicFont" id=4]
+[ext_resource path="res://CascadiaCode.ttf" type="DynamicFontData" id=5]
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.196078, 0.309804, 0.396078, 1 )
@@ -26,6 +27,10 @@ bg_color = Color( 0.145098, 0.117647, 0.117647, 1 )
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.117647, 0.117647, 0.117647, 1 )
+[sub_resource type="DynamicFont" id=9]
+size = 30
+font_data = ExtResource( 5 )
+
[sub_resource type="StyleBoxEmpty" id=3]
[resource]
@@ -46,6 +51,6 @@ Panel/styles/panel = ExtResource( 1 )
RichTextLabel/fonts/bold_font = ExtResource( 2 )
RichTextLabel/fonts/bold_italics_font = ExtResource( 4 )
RichTextLabel/fonts/italics_font = ExtResource( 4 )
-RichTextLabel/fonts/mono_font = ExtResource( 3 )
+RichTextLabel/fonts/mono_font = SubResource( 9 )
RichTextLabel/fonts/normal_font = ExtResource( 3 )
VScrollBar/styles/scroll = SubResource( 3 )