-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFontTheme.tres
46 lines (35 loc) · 1.26 KB
/
FontTheme.tres
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[gd_resource type="Theme" load_steps=11 format=2]
[sub_resource type="DynamicFontData" id=5]
font_path = "res://assets/robotocondensed-italic.ttf"
[sub_resource type="DynamicFont" id=6]
size = 18
font_data = SubResource( 5 )
[sub_resource type="StyleBoxFlat" id=9]
bg_color = Color( 0.34902, 0.337255, 0.321569, 1 )
[sub_resource type="DynamicFontData" id=3]
font_path = "res://assets/robotocondensed-bold.ttf"
[sub_resource type="DynamicFont" id=4]
size = 20
font_data = SubResource( 3 )
[sub_resource type="DynamicFontData" id=7]
font_path = "res://assets/robotocondensed-italic.ttf"
[sub_resource type="DynamicFont" id=8]
size = 20
font_data = SubResource( 7 )
[sub_resource type="StyleBoxFlat" id=10]
bg_color = Color( 0.34902, 0.337255, 0.321569, 1 )
border_width_top = 21
border_color = Color( 1, 1, 1, 1 )
expand_margin_top = 20.0
[sub_resource type="DynamicFontData" id=1]
font_path = "res://assets/robotocondensed-regular.ttf"
[sub_resource type="DynamicFont" id=2]
size = 20
font_data = SubResource( 1 )
[resource]
default_font = SubResource( 2 )
Label/fonts/font = SubResource( 6 )
PopupDialog/styles/panel = SubResource( 9 )
RichTextLabel/fonts/bold_font = SubResource( 4 )
RichTextLabel/fonts/italics_font = SubResource( 8 )
WindowDialog/styles/panel = SubResource( 10 )