diff options
Diffstat (limited to 'fonts')
| -rw-r--r-- | fonts/B612-Regular.ttf | bin | 0 -> 153192 bytes | |||
| -rw-r--r-- | fonts/B612Mono-Regular.ttf | bin | 0 -> 136716 bytes | |||
| -rw-r--r-- | fonts/entypo-fontello.ttf | bin | 0 -> 6560 bytes | |||
| -rw-r--r-- | fonts/font_icons.tres | 8 | ||||
| -rw-r--r-- | fonts/font_mono_regular.tres | 8 | ||||
| -rw-r--r-- | fonts/font_regular.tres | 8 |
6 files changed, 24 insertions, 0 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-Regular.ttf b/fonts/B612Mono-Regular.ttf Binary files differnew file mode 100644 index 0000000..ec09c98 --- /dev/null +++ b/fonts/B612Mono-Regular.ttf diff --git a/fonts/entypo-fontello.ttf b/fonts/entypo-fontello.ttf Binary files differnew file mode 100644 index 0000000..345bd55 --- /dev/null +++ b/fonts/entypo-fontello.ttf diff --git a/fonts/font_icons.tres b/fonts/font_icons.tres new file mode 100644 index 0000000..6bc9f3d --- /dev/null +++ b/fonts/font_icons.tres @@ -0,0 +1,8 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://fonts/entypo-fontello.ttf" type="DynamicFontData" id=1] + +[resource] +size = 55 +use_filter = true +font_data = ExtResource( 1 ) 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 new file mode 100644 index 0000000..1090222 --- /dev/null +++ b/fonts/font_regular.tres @@ -0,0 +1,8 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://fonts/B612-Regular.ttf" type="DynamicFontData" id=1] + +[resource] +size = 32 +use_filter = true +font_data = ExtResource( 1 ) |
