Skip to content

Commit

Permalink
add Lato font
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyiShi2001 committed Oct 29, 2020
1 parent ec41e68 commit f75f8b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rtfm/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ pre code {
white-space: inherit;
}



@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'),
url('https://tianyishi2001.github.io/ox/fonts/lato-v11-latin-regular.woff2') format('woff2'),
url('https://tianyishi2001.github.io/ox/fonts/lato-v11-latin-regular.woff') format('woff');
}

@font-face {
font-family: "nexus-serif";
src: url("https://tianyishi2001.github.io/ox/fonts/nexus-serif/NexusSerifWebPro-Regular.woff");
Expand Down

0 comments on commit f75f8b8

Please sign in to comment.