瀏覽代碼

Fix the code font stack /cc @kvz

Using the same as seen on GitHub
Alexander Zaytsev 6 年之前
父節點
當前提交
b4b00f0c93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/themes/uppy/source/css/_settings.scss

+ 1 - 1
website/themes/uppy/source/css/_settings.scss

@@ -1,7 +1,7 @@
 // font faces
 $fontFamily-body : 'PT Root UI', 'Helvetica Neue', Arial, sans-serif;
 $fontFamily-logo : 'PT Root UI', 'Helvetica Neue', Arial, sans-serif;
-$fontFamily-code : 'Roboto Mono', Menlo, Monaco, courier, monospace;
+$fontFamily-code : 'SFMono-Regular', 'Consolas', 'Liberation Mono', 'Menlo', Courier, monospace;
 
 // font sizes
 $fontSize-body : 16px;