Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit c4be3c5

Browse files
committed
Switch to the rust-lang font
1 parent a0bf3a6 commit c4be3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presentations/intro-to-rust/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
html, body {
2-
font-family: "Open Sans", sans-serif;
2+
font-family: 'Fira Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
33
color: #333;
44
}
55

@@ -49,4 +49,4 @@ h5 {
4949
.pull-right {
5050
float: right;
5151
width: 47%;
52-
}
52+
}

0 commit comments

Comments
 (0)