소스 검색

Merge pull request #1269 from adam-devel/master

Add another variant of the SFMono font name
Simon Legner 5 년 전
부모
커밋
b078b5557a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assets/stylesheets/global/_variables.scss

+ 1 - 1
assets/stylesheets/global/_variables.scss

@@ -4,7 +4,7 @@ $textColor: #333;
 
 html {
   --baseFont: #{$baseFont};
-  --monoFont: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
+  --monoFont: 'SF Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
   --boldFontWeight: 500;
   --bolderFontWeight: 600;