소스 검색

Remove "roboto" font

soyjavi 13 년 전
부모
커밋
95449b5a94
3개의 변경된 파일1개의 추가작업 그리고 26개의 파일을 삭제
  1. 0 13
      src/stylesheets/Lungo.theme.default.font.less
  2. 0 12
      src/stylesheets/css/Lungo.theme.default.font.css
  3. 1 1
      vendor/build.sh

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 13
src/stylesheets/Lungo.theme.default.font.less


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 12
src/stylesheets/css/Lungo.theme.default.font.css


+ 1 - 1
vendor/build.sh

@@ -111,7 +111,7 @@ FILES_TO_COMPRESS=""
         cp $DIR"lungo.widgets.icon."$file $BUILDPATH'lungo.icon.'$file
     done
 
-    FILES=(default.css default.font.css scaffold.css )
+    FILES=(default.css scaffold.css )
     for file in "${FILES[@]}"
     do
         echo -e "\033[32m    [BUILD]: lungo.theme."$file"\033[0m"