Skip to content

Commit 8ba3df6

Browse files
authored
Merge pull request #1588 from reyoung/feature/fix_font
Fix font issue in doc
2 parents bd689cb + 2affe81 commit 8ba3df6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc_theme/static/css/override.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* {
2+
font-family:"Roboto","Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
3+
}
14
body {
25
padding-top: 80px;
36
background-image: none !important;

0 commit comments

Comments
 (0)