aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorKyle Gospodnetich <me@kylegospodneti.ch>2022-07-21 15:38:16 -0700
committerGitHub <noreply@github.com>2022-07-22 00:38:16 +0200
commitfdc38f3867a3727edf097ec0241efc0b59d75395 (patch)
tree6ccee3fb2c4227b59043a4363301c9f21fd79c64 /.gitattributes
parenta7df0676bfc21eb9471aa4f486b0383b533a1317 (diff)
downloadNorthstarMods-fdc38f3867a3727edf097ec0241efc0b59d75395.tar.gz
NorthstarMods-fdc38f3867a3727edf097ec0241efc0b59d75395.zip
Fix missing fonts under Linux (#437)
* Replace Arial and Lucidia fonts with Lato and Fira Code respectively, this fixes Linux users needing to install proprietary fonts to use the in-game console. * Clean up gitattributes and encoding.yml to be more specific about the txt files it checks against. UTF-16LE-BOM will crash the game with a division by zero error if it's not expecting the file to be encoded as such. * Replace Fira Code with Northstar Mono (Modified Fira Mono Regular)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index f18a3db77..c6a941dff 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1 @@
-/Northstar.Client/mod/resource/*.txt text diff working-tree-encoding=UTF-16LE-BOM \ No newline at end of file
+/Northstar.Client/mod/resource/northstar_client_localisation_*.txt text diff working-tree-encoding=UTF-16LE-BOM \ No newline at end of file