diff options
| author | dam <dam@gudinoff> | 2022-04-18 09:06:19 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-18 09:06:19 +0000 |
| commit | 79691f93bab7aa093bb606bfb80d2b4b236ee091 (patch) | |
| tree | 6e90c6601893895d7640f478f0cad402cc7590b4 /fonts | |
| parent | 697e1ba3c4cb0a96c4584f1553de368d46287ab7 (diff) | |
| parent | ee31a9a3d387121030a5f4503adeac5816d7726f (diff) | |
| download | surgery-log-1.0.tar.zst surgery-log-1.0.zip | |
Merge godot branch.v1.0
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 ) |
