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