lca2020: use correct fonts

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2020-01-13 16:39:39 +10:00
parent d9114b6dd9
commit 6576ec7c35
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ body {
}
.reveal {
font-family: "Space Mono", Helvetica, sans-serif;
font-family: "IBM Plex Mono", "Space Mono", Helvetica, sans-serif;
font-size: 42px;
font-weight: normal;
color: #212529;
@ -136,7 +136,7 @@ body {
.reveal h6 {
margin: 0 0 20px 0;
color: #212529;
font-family: "Montserrat", Helvetica, sans-serif;
font-family: "Brix Sans Medium", "Montserrat", Helvetica, sans-serif;
font-weight: 300;
line-height: 1.2;
letter-spacing: normal;