File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 16
16
<!-- most color styles are extracted out to here -->
17
17
< link rel ="stylesheet " href ="css/theme-blue.css ">
18
18
19
+ <!-- Added by C Harris on 5th June 2019 -->
20
+ < style >
21
+ @import url ('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap' );
22
+ </ style >
23
+
19
24
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js "> </ script >
20
25
21
26
<!-- Added by C Harris on 1st May 2019 - used for code copying buttons -->
Original file line number Diff line number Diff line change 1
1
body {
2
+ font-family : 'IBM Plex Sans' , sans-serif;
2
3
font-size : 15px ;
3
4
}
4
5
@@ -429,7 +430,7 @@ ul#mysidebar {
429
430
}
430
431
431
432
span .projectTitle {
432
- font-family : Helvetica ;
433
+ font-family : 'IBM Plex Sans' , sans-serif ;
433
434
font-weight : bold;
434
435
}
435
436
You can’t perform that action at this time.
0 commit comments