From 3a5a7063cd59dfd36234481463f5f56edb8ee807 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 14 Mar 2020 19:25:00 +0100 Subject: [PATCH] fix #1397: using Segoe UI on Windows --- app/styles/base/_variables.scss | 2 +- release-notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/base/_variables.scss b/app/styles/base/_variables.scss index 210279fd..880fa786 100644 --- a/app/styles/base/_variables.scss +++ b/app/styles/base/_variables.scss @@ -1,5 +1,5 @@ // Typography -$base-font-family: -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue', 'Helvetica', 'Roboto', +$base-font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial', 'Microsoft YaHei', '微软雅黑', 'PingFang SC', 'Hiragino Sans GB', 'STXihei', '华文细黑', sans-serif; $heading-font-family: $base-font-family; diff --git a/release-notes.md b/release-notes.md index 4e7ba3ba..88289cf4 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,6 +3,7 @@ Release notes ##### v1.13.0 (TBD) `+` #1341: auto-lock the app on screen lock on Windows `+` #1065: PORTABLE_EXECUTABLE_DIR environment variable +`*` #1397: Segoe UI font on Windows `-` fix #1323: version in the About dialog `-` fix #734: OTP secrets with spaces `-` fix #1208: webdav credentials corruption