UI: Replace UI Font with Inter Regular v3.19

Replace default UI font DevaVuSans with Inter Regular v3.19

Pull Request: https://projects.blender.org/blender/blender/pulls/112603
This commit is contained in:
Harley Acheson
2023-09-21 22:44:07 +02:00
committed by Harley Acheson
parent a0b4ead737
commit f58f6d0338
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -19,7 +19,7 @@ extern "C" {
#define BLF_DATAFILES_FONTS_DIR "fonts"
/* File name of the default variable-width font. */
#define BLF_DEFAULT_PROPORTIONAL_FONT "DejaVuSans.woff2"
#define BLF_DEFAULT_PROPORTIONAL_FONT "Inter.woff2"
/* File name of the default fixed-pitch font. */
#define BLF_DEFAULT_MONOSPACED_FONT "DejaVuSansMono.woff2"