mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
7 lines
181 B
CSS
7 lines
181 B
CSS
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
|
|
body {
|
|
max-width: 625px;
|
|
}
|
|
body, h1, h2, h3, h4, h5, h6 {
|
|
font: normal 15px Inconsolata, Consolas, monospace;
|
|
}
|