replace Cascadia Code with Cascadia Mono (no ligatures)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://cctwlwcoycek7"]
|
[gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://cctwlwcoycek7"]
|
||||||
|
|
||||||
[ext_resource type="FontFile" uid="uid://7jc0nj310cu6" path="res://Features/CodeEditor/Resources/CascadiaCode.ttf" id="1_ba3y1"]
|
[ext_resource type="FontFile" uid="uid://bkibovvrnhwtt" path="res://Features/CodeEditor/Resources/CascadiaMono.ttf" id="1_ba3y1"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
base_font = ExtResource("1_ba3y1")
|
base_font = ExtResource("1_ba3y1")
|
||||||
|
|||||||
Binary file not shown.
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
importer="font_data_dynamic"
|
importer="font_data_dynamic"
|
||||||
type="FontFile"
|
type="FontFile"
|
||||||
uid="uid://7jc0nj310cu6"
|
uid="uid://bkibovvrnhwtt"
|
||||||
path="res://.godot/imported/CascadiaCode.ttf-5e3ebf31bcbff2dc86863da4d4420804.fontdata"
|
path="res://.godot/imported/CascadiaMono.ttf-be6256f09a2e48cc565464da7ea26705.fontdata"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://Features/CodeEditor/Resources/CascadiaCode.ttf"
|
source_file="res://Features/CodeEditor/Resources/CascadiaMono.ttf"
|
||||||
dest_files=["res://.godot/imported/CascadiaCode.ttf-5e3ebf31bcbff2dc86863da4d4420804.fontdata"]
|
dest_files=["res://.godot/imported/CascadiaMono.ttf-be6256f09a2e48cc565464da7ea26705.fontdata"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
CursorBlink = true,
|
CursorBlink = true,
|
||||||
CursorStyle = CursorStyle.Bar,
|
CursorStyle = CursorStyle.Bar,
|
||||||
Columns = 140,
|
Columns = 140,
|
||||||
FontFamily = "Cascadia Code",
|
FontFamily = "Cascadia Mono",
|
||||||
FontWeightBold = "400",
|
FontWeightBold = "400",
|
||||||
Theme =
|
Theme =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user