mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-26 09:35:48 +00:00
7 lines
182 B
CSS
7 lines
182 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;
|
|
}
|