소스 검색

Merge branch 'terminal-font' of LInE/ivprog into master

Lucas de Souza 5 년 전
부모
커밋
94d81dd85f
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      css/ivprog-term.css

+ 6 - 1
css/ivprog-term.css

@@ -86,6 +86,7 @@
 .bash {
   box-shadow: 0 0 30px rgba(0,0,0,0.4);
   border-radius: 3px;
+  font-family: "Andale Mono", Consolas, "Courier New" !important;
 }
 
 .bash-title {
@@ -192,4 +193,8 @@
 }
 .assessment-div-detail:hover > span {
   text-decoration: underline;
-}
+}
+
+.bash span {
+  font-family: 'Courier New', Courier, monospace;
+}