Skip to content

Commit

Permalink
change strech mode and font
Browse files Browse the repository at this point in the history
  • Loading branch information
daviirodrig committed Aug 22, 2023
1 parent 5e9f1e2 commit 62157ed
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
Binary file not shown.
33 changes: 33 additions & 0 deletions fonts/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.ttf.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[remap]

importer="font_data_dynamic"
type="FontFile"
uid="uid://dvbqabvp6ne3e"
path="res://.godot/imported/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.ttf-b3451926e9853a7697bce469b80fffc1.fontdata"

[deps]

source_file="res://fonts/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.ttf"
dest_files=["res://.godot/imported/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.ttf-b3451926e9853a7697bce469b80fffc1.fontdata"]

[params]

Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}
6 changes: 4 additions & 2 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ Consts="*res://scripts/consts.gd"

window/size/viewport_width=1280
window/size/viewport_height=720
window/stretch/mode="viewport"
window/size/window_width_override=960
window/size/window_height_override=540
window/stretch/mode="canvas_items"

[gui]

theme/custom_font="res://fonts/ShantellSans-Regular.ttf"
theme/custom_font="res://fonts/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.ttf"

0 comments on commit 62157ed

Please sign in to comment.