mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Add a theme resource, which applies fonts/styles to all Control elements
This commit is contained in:
parent
3cfd6ec710
commit
24f194872b
12 changed files with 300 additions and 75 deletions
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/iosevka-regular.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://fonts/cabin-bold.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 40
|
||||
|
|
BIN
fonts/cabin-bold.ttf
Normal file
BIN
fonts/cabin-bold.ttf
Normal file
Binary file not shown.
BIN
fonts/cabin-regular.ttf
Normal file
BIN
fonts/cabin-regular.ttf
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/iosevka-regular.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://fonts/cabin-regular.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 20
|
||||
|
|
7
fonts/monospace.tres
Normal file
7
fonts/monospace.tres
Normal file
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/iosevka-regular.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 20
|
||||
font_data = ExtResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue