From a34abdedf2feebcd17e402d9ed650a7cd17cbfe9 Mon Sep 17 00:00:00 2001 From: dam Date: Mon, 28 Mar 2022 16:03:15 +0000 Subject: Changed from mono to regular font. Database screen kept the mono font. Updated to do list. --- fonts/B612-Regular.ttf | Bin 0 -> 153192 bytes fonts/B612Mono-Bold.ttf | Bin 135908 -> 0 bytes fonts/B612Mono-BoldItalic.ttf | Bin 121736 -> 0 bytes fonts/B612Mono-Italic.ttf | Bin 118892 -> 0 bytes fonts/font_icons.tres | 2 +- fonts/font_mono_regular.tres | 8 ++++++++ fonts/font_regular.tres | 2 +- 7 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 fonts/B612-Regular.ttf delete mode 100644 fonts/B612Mono-Bold.ttf delete mode 100644 fonts/B612Mono-BoldItalic.ttf delete mode 100644 fonts/B612Mono-Italic.ttf create mode 100644 fonts/font_mono_regular.tres (limited to 'fonts') diff --git a/fonts/B612-Regular.ttf b/fonts/B612-Regular.ttf new file mode 100644 index 0000000..0574897 Binary files /dev/null and b/fonts/B612-Regular.ttf differ diff --git a/fonts/B612Mono-Bold.ttf b/fonts/B612Mono-Bold.ttf deleted file mode 100644 index 5e7df80..0000000 Binary files a/fonts/B612Mono-Bold.ttf and /dev/null differ diff --git a/fonts/B612Mono-BoldItalic.ttf b/fonts/B612Mono-BoldItalic.ttf deleted file mode 100644 index 8a6cd6c..0000000 Binary files a/fonts/B612Mono-BoldItalic.ttf and /dev/null differ diff --git a/fonts/B612Mono-Italic.ttf b/fonts/B612Mono-Italic.ttf deleted file mode 100644 index 84bbffc..0000000 Binary files a/fonts/B612Mono-Italic.ttf and /dev/null differ diff --git a/fonts/font_icons.tres b/fonts/font_icons.tres index 77ff369..90f92cf 100644 --- a/fonts/font_icons.tres +++ b/fonts/font_icons.tres @@ -1,6 +1,6 @@ [gd_resource type="DynamicFont" load_steps=2 format=2] -[ext_resource path="res://fonts/B612Mono-Regular.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://fonts/B612-Regular.ttf" type="DynamicFontData" id=1] [resource] size = 128 diff --git a/fonts/font_mono_regular.tres b/fonts/font_mono_regular.tres new file mode 100644 index 0000000..d42e75b --- /dev/null +++ b/fonts/font_mono_regular.tres @@ -0,0 +1,8 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://fonts/B612Mono-Regular.ttf" type="DynamicFontData" id=1] + +[resource] +size = 42 +use_filter = true +font_data = ExtResource( 1 ) diff --git a/fonts/font_regular.tres b/fonts/font_regular.tres index d42e75b..718443e 100644 --- a/fonts/font_regular.tres +++ b/fonts/font_regular.tres @@ -1,6 +1,6 @@ [gd_resource type="DynamicFont" load_steps=2 format=2] -[ext_resource path="res://fonts/B612Mono-Regular.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://fonts/B612-Regular.ttf" type="DynamicFontData" id=1] [resource] size = 42 -- cgit v1.2.3