mirror of
https://github.com/ccxvii/mujs.git
synced 2026-02-06 09:51:41 +08:00
17 lines
361 B
CSS
17 lines
361 B
CSS
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic|Source+Code+Pro);
|
|
|
|
body {
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
font-size: 12pt;
|
|
margin: 3pc;
|
|
max-width: 45em;
|
|
text-align: justify;
|
|
}
|
|
pre, tt, code {
|
|
font-family: 'Source Code Pro', monospaced;
|
|
font-size: 11pt;
|
|
}
|
|
h2 {
|
|
border-bottom: 2px solid black;
|
|
}
|