diff options
| author | dam <dam@gudinoff> | 2022-03-28 16:03:15 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-28 16:03:15 +0000 |
| commit | a34abdedf2feebcd17e402d9ed650a7cd17cbfe9 (patch) | |
| tree | f272360a101e32623791a352d4bc4d789e2704f2 /fonts | |
| parent | 5b578acee611e8f5c2d64e88d1e7edbea6144c3f (diff) | |
| download | surgery-log-a34abdedf2feebcd17e402d9ed650a7cd17cbfe9.tar.zst surgery-log-a34abdedf2feebcd17e402d9ed650a7cd17cbfe9.zip | |
Changed from mono to regular font. Database screen kept the mono font. Updated to do list.
Diffstat (limited to 'fonts')
| -rw-r--r-- | fonts/B612-Regular.ttf | bin | 0 -> 153192 bytes | |||
| -rw-r--r-- | fonts/B612Mono-Bold.ttf | bin | 135908 -> 0 bytes | |||
| -rw-r--r-- | fonts/B612Mono-BoldItalic.ttf | bin | 121736 -> 0 bytes | |||
| -rw-r--r-- | fonts/B612Mono-Italic.ttf | bin | 118892 -> 0 bytes | |||
| -rw-r--r-- | fonts/font_icons.tres | 2 | ||||
| -rw-r--r-- | fonts/font_mono_regular.tres | 8 | ||||
| -rw-r--r-- | fonts/font_regular.tres | 2 |
7 files changed, 10 insertions, 2 deletions
diff --git a/fonts/B612-Regular.ttf b/fonts/B612-Regular.ttf Binary files differnew file mode 100644 index 0000000..0574897 --- /dev/null +++ b/fonts/B612-Regular.ttf diff --git a/fonts/B612Mono-Bold.ttf b/fonts/B612Mono-Bold.ttf Binary files differdeleted file mode 100644 index 5e7df80..0000000 --- a/fonts/B612Mono-Bold.ttf +++ /dev/null diff --git a/fonts/B612Mono-BoldItalic.ttf b/fonts/B612Mono-BoldItalic.ttf Binary files differdeleted file mode 100644 index 8a6cd6c..0000000 --- a/fonts/B612Mono-BoldItalic.ttf +++ /dev/null diff --git a/fonts/B612Mono-Italic.ttf b/fonts/B612Mono-Italic.ttf Binary files differdeleted file mode 100644 index 84bbffc..0000000 --- a/fonts/B612Mono-Italic.ttf +++ /dev/null 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 |
