diff options
| author | dam <dam@gudinoff> | 2021-12-06 01:39:16 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-06 01:39:16 +0000 |
| commit | 7d9370011834f736d17ebf167701735185f2453a (patch) | |
| tree | 3d4b581b0c90746d192382555b1b3349c1d8b7a4 /fonts | |
| parent | ab3e8de3e1d107d42ba62571ea7d17e741203123 (diff) | |
| download | surgery-log-7d9370011834f736d17ebf167701735185f2453a.tar.zst surgery-log-7d9370011834f736d17ebf167701735185f2453a.zip | |
Adjust UI to match mockups (WIP).
Diffstat (limited to 'fonts')
| -rw-r--r-- | fonts/B612Mono-Bold.ttf | bin | 0 -> 135908 bytes | |||
| -rw-r--r-- | fonts/B612Mono-BoldItalic.ttf | bin | 0 -> 121736 bytes | |||
| -rw-r--r-- | fonts/B612Mono-Italic.ttf | bin | 0 -> 118892 bytes | |||
| -rw-r--r-- | fonts/B612Mono-Regular.ttf | bin | 0 -> 136716 bytes | |||
| -rw-r--r-- | fonts/font_regular.tres | 7 |
5 files changed, 7 insertions, 0 deletions
diff --git a/fonts/B612Mono-Bold.ttf b/fonts/B612Mono-Bold.ttf Binary files differnew file mode 100644 index 0000000..5e7df80 --- /dev/null +++ b/fonts/B612Mono-Bold.ttf diff --git a/fonts/B612Mono-BoldItalic.ttf b/fonts/B612Mono-BoldItalic.ttf Binary files differnew file mode 100644 index 0000000..8a6cd6c --- /dev/null +++ b/fonts/B612Mono-BoldItalic.ttf diff --git a/fonts/B612Mono-Italic.ttf b/fonts/B612Mono-Italic.ttf Binary files differnew file mode 100644 index 0000000..84bbffc --- /dev/null +++ b/fonts/B612Mono-Italic.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/font_regular.tres b/fonts/font_regular.tres new file mode 100644 index 0000000..714269f --- /dev/null +++ b/fonts/font_regular.tres @@ -0,0 +1,7 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://fonts/B612Mono-Regular.ttf" type="DynamicFontData" id=1] + +[resource] +use_filter = true +font_data = ExtResource( 1 ) |
