switch back to material with smaller font

Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
Adam Warner
2018-01-01 19:28:25 +00:00
parent 7a3fdfc8b9
commit 959458a2a3
4 changed files with 24 additions and 6 deletions
+17
View File
@@ -0,0 +1,17 @@
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i');
.md-nav {
font-size: 14px;
line-height: 1.4;
}
.md-typeset {
font-size: 14px;
line-height: 1.5;
}
body, input {
font-family: "Source Sans Pro", "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
color: black;
}
code {
display: inline-block;
white-space: pre-wrap;
}