mirror of
https://github.com/amyjko/cooperative-software-development
synced 2025-01-13 08:01:20 +01:00
Updated font.
This commit is contained in:
parent
c912bdba1b
commit
a4b4ddefd3
1 changed files with 10 additions and 0 deletions
10
style.css
10
style.css
|
@ -1,8 +1,18 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,600,600i');
|
||||
|
||||
body {
|
||||
max-width: 800px;
|
||||
padding: 3em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
font-weight: 300;
|
||||
font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
table.text-left td {
|
||||
|
|
Loading…
Reference in a new issue