Skip to content

Commit 6be505c

Browse files
committed
Improve UI Style on Windows10
1 parent 0a1c1b9 commit 6be505c

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/assets/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ body {
2323
margin: 0;
2424
overflow: hidden;
2525
font-size: 0.6em;
26+
font-weight: 500;
2627
color: #333;
2728
}
2829

app/locales/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
App.addLocale({
17-
id: 'en', name: 'English', font_family: "'Lucida Grande', 'Helvetica Neue', Arial",
17+
id: 'en', name: 'English', font_family: "'Lucida Grande', 'Helvetica Neue', 'Yu Gothic UI', Arial",
1818
default_settings: {
1919
// Available values: break-word, none
2020
text_word_wrap: 'break-word'

app/locales/ja.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
App.addLocale({
17-
id: 'ja', name: '日本語', font_family: "'Helvetica Neue', 'Meiryo UI', Arial",
17+
id: 'ja', name: '日本語', font_family: "'Helvetica Neue', 'Yu Gothic UI', 'Meiryo UI', Arial",
1818
default_settings: {
1919
// Available values: break-word, none
2020
text_word_wrap: 'none'

app/locales/pt-BR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
App.addLocale({
17-
id: 'pt-BR', name: 'Portugues Brasil', font_family: "'Lucida Grande', 'Helvetica Neue', Arial",
17+
id: 'pt-BR', name: 'Portugues Brasil', font_family: "'Lucida Grande', 'Helvetica Neue', 'Yu Gothic UI', Arial",
1818
default_settings: {
1919
// Available values: break-word, none
2020
text_word_wrap: 'break-word'

0 commit comments

Comments
 (0)