Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 389cb19

Browse files
committed
Add @sourceFontFamily-Medium variable per review.
1 parent 5eb2607 commit 389cb19

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/styles/brackets_fonts.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,6 @@
8181
/* Font Stacks */
8282

8383
@sansFontFamily: 'SourceSansPro', Helvetica, Arial, "Meiryo UI", "MS Pゴシック", "MS PGothic", sans-serif;
84+
8485
@sourceFontFamily: "SourceCodePro", "Menlo Regular", Consolas, Inconsolata, "Vera Sans", "Lucida Console", Courier, fixed;
86+
@sourceFontFamily-Medium: "SourceCodePro-Medium", "MS ゴシック", "MS Gothic", monospace;

src/styles/brackets_theme_default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
color: @dark-bc-text;
133133
}
134134

135-
font-family: "SourceCodePro-Medium", "MS ゴシック", "MS Gothic", monospace;
135+
font-family: @sourceFontFamily-Medium;
136136
}
137137

138138
.code-font-win() {

0 commit comments

Comments
 (0)