@@ -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;