Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Add Noto arabic as a font fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Oct 16, 2018
1 parent 20086a4 commit 5e6e504
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
14 changes: 0 additions & 14 deletions godot-3-presentation/theme/fonts/_old_default_segoe_30.tres

This file was deleted.

Binary file not shown.
Binary file not shown.
8 changes: 5 additions & 3 deletions godot-3-presentation/theme/fonts/default_noto_30.tres
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
[gd_resource type="DynamicFont" load_steps=3 format=2]
[gd_resource type="DynamicFont" load_steps=4 format=2]

[ext_resource path="res://theme/fonts/CJK/NotoSansCJKjp-Medium.otf" type="DynamicFontData" id=1]
[ext_resource path="res://theme/fonts/CJK/NotoSans-SemiBold.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://theme/fonts/arabic/NotoSansArabicUI-Medium.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://theme/fonts/CJK/NotoSans-SemiBold.ttf" type="DynamicFontData" id=3]

[resource]

size = 30
use_mipmaps = false
use_filter = true
font_data = ExtResource( 2 )
font_data = ExtResource( 3 )
fallback/0 = ExtResource( 1 )
fallback/1 = ExtResource( 2 )
_sections_unfolded = [ "Font", "Font/fallback", "Settings" ]

0 comments on commit 5e6e504

Please sign in to comment.