소스 검색

Remove Roboto Google web font

Talha Mansoor 10 년 전
부모
커밋
c6ab06592c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      static/css/custom-variables.less

+ 1 - 1
static/css/custom-variables.less

@@ -10,7 +10,7 @@
 
 @el-page-header-color: #8B0000;
 
-@font-family-monospace: Roboto, Menlo, Monaco, Consolas, "Courier New", monospace;
+@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
 @font-family-sans-serif:  'Helvetica Neue', Helvetica, Arial, Sans-Serif;
 @font-family-serif: 'PT Serif', Georgia, 'Times New Roman', Times, Serif;
 @grid-float-breakpoint: @screen-md-min;