diff options
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 |
