new
This commit is contained in:
parent
dbadcf267e
commit
66af302e2d
115 changed files with 721 additions and 278 deletions
23
site/css/index.css
Normal file
23
site/css/index.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
@import url(fonts.css);
|
||||
|
||||
.font-body-serif body {
|
||||
font-family: "BodySerif", serif;
|
||||
}
|
||||
|
||||
.font-body-sans body {
|
||||
font-family: "BodySans", sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: "Heading";
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "Mono";
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue