Skip to content

Commit 61af23d

Browse files
Showtim3dead-claudia
authored andcommitted
Adding fallback font-family sans-serif (MithrilJS#2411)
1 parent 6d36fe0 commit 61af23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {background:white;-webkit-text-size-adjust: 100%;}
2-
body,table,h5 {font:normal 16px 'Open Sans';}
2+
body,table,h5 {font-weight:normal;font-size:16px;font-family:'Open Sans',sans-serif;}
33
header,main {margin:auto;max-width:1000px;}
44
header section {position:absolute;width:250px;}
55
nav a {border-left:1px solid #ddd;padding:0 10px;}

0 commit comments

Comments
 (0)