Fix font
This commit is contained in:
parent
e220467d9a
commit
23a40b56d4
2 changed files with 2 additions and 3 deletions
|
@ -44,7 +44,6 @@ footer {
|
|||
margin-bottom: 50px;
|
||||
margin-left: 15%;
|
||||
margin-right: 15%;
|
||||
font-family: Ubuntu, sans-serif;
|
||||
|
||||
@media (max-width: 1300px) {
|
||||
margin-left: 8%;
|
||||
|
@ -94,7 +93,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-family: "Ubuntu", sans-serif;
|
||||
font-size: 26px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
|
2
ubuntu/ubuntu.min.css
vendored
2
ubuntu/ubuntu.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue