2017-05-06 08:41:38 +02:00
|
|
|
@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;
|
|
|
|
}
|
2017-07-04 06:40:28 +02:00
|
|
|
code {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|