godot/scene
Hugo Locurcio d211c05111
Use a DynamicFont for the default project theme
This makes font oversampling work out of the box, while also increasing
the supported character set's size. The default font is now larger
as well to better fit today's screen resolutions.

The OpenSans SemiBold font was chosen for two reasons:

- Small file size, yet its character set supports Latin-1 and Cyrillic
  text.
- A heavier font weight looks better in most "game" scenarios and is
  more readable against mixed-color backgrounds.

This is considered a breaking change as it changes the default font's
metrics, which will likely affect how Control nodes are laid out in
scenes (unless a custom font is in use).
2021-05-17 15:19:13 +02:00
..
2d Merge pull request #39976 from aaronfranke/tilemap-vec2i 2021-05-13 14:48:16 +02:00
3d Fix accessing scene tree without checking: MeshInstance3D::create_debug_tangents, GIProbe::bake 2021-05-16 14:01:01 +02:00
animation Merge pull request #41416 from TokageItLab/fix_animation_tree_cache 2021-05-09 13:57:18 +02:00
audio Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
debugger Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
gui Merge pull request #48760 from timothyqiu/tree-crash 2021-05-16 23:05:37 +02:00
main Tweak CanvasItem/material sampling property hints for readability 2021-05-06 03:05:37 +02:00
resources Use a DynamicFont for the default project theme 2021-05-17 15:19:13 +02:00
register_scene_types.cpp Rework the TileSet resource and TileMap nodes: 2021-05-07 18:06:17 +02:00
register_scene_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_string_names.cpp Scene: Remove unused mesh_materials StringNames 2021-04-15 13:02:10 +02:00
scene_string_names.h Scene: Remove unused mesh_materials StringNames 2021-04-15 13:02:10 +02:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00