Skip to content

Commit

Permalink
use Nunito (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven Harrison authored Nov 21, 2023
1 parent ba83377 commit 45d8578
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions formatters/templates/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@

<head>
<style>
@import url('https://fonts.cdnfonts.com/css/euclid-circular-a');

@import url(//fonts.googleapis.com/css?family=Nunito);

* {
font-family: 'Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.title {
margin: 1em 0 0.5em 0;
font-family: 'Ultra', sans-serif;
font-size: 36px;
}

.path {
color: #016BF8;
font-size: 18px;
font-weight: 600;
font-family: 'Euclid Circular A','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.endpoint {
color: #21313c;
font-family: Euclid Circular A,Helvetica Neue,Helvetica,Arial,sans-serif;
line-height: 24px;
margin: 22px 0;
}
Expand Down

0 comments on commit 45d8578

Please sign in to comment.