diff --git a/release/datafiles/fonts/DejaVuSans.woff2 b/release/datafiles/fonts/DejaVuSans.woff2 deleted file mode 100644 index a391596a421..00000000000 Binary files a/release/datafiles/fonts/DejaVuSans.woff2 and /dev/null differ diff --git a/release/datafiles/fonts/Inter.woff2 b/release/datafiles/fonts/Inter.woff2 new file mode 100644 index 00000000000..365eedc50cd Binary files /dev/null and b/release/datafiles/fonts/Inter.woff2 differ diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h index 152323a24f8..8fc46abdb3d 100644 --- a/source/blender/blenfont/BLF_api.h +++ b/source/blender/blenfont/BLF_api.h @@ -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"