Browse Source

Fixed bold Inconsolata ugliness on Windows for <strong> elements.

I'm not sure though bold => black is enough to make distinctions. Maybe on Windows we should use native Consolas with real bold as suggested by @spite?
alteredq 13 years ago
parent
commit
2a2f14a48c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/page.css

+ 4 - 0
docs/page.css

@@ -65,6 +65,10 @@ code {
 	overflow: auto;
 	overflow: auto;
 }
 }
 
 
+strong {
+	color: #000;
+	font-weight: normal;
+}
 
 
 #button {
 #button {
 	position: fixed;
 	position: fixed;