Skip to content

Commit 386c9fc

Browse files
committed
Use IBM Plex font
1 parent 3a6425f commit 386c9fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/_includes/head.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
<!-- most color styles are extracted out to here -->
1717
<link rel="stylesheet" href="css/theme-blue.css">
1818

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+
1924
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
2025

2126
<!-- Added by C Harris on 1st May 2019 - used for code copying buttons -->

docs/css/customstyles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
body {
2+
font-family: 'IBM Plex Sans', sans-serif;
23
font-size:15px;
34
}
45

@@ -429,7 +430,7 @@ ul#mysidebar {
429430
}
430431

431432
span.projectTitle {
432-
font-family: Helvetica;
433+
font-family: 'IBM Plex Sans', sans-serif;
433434
font-weight: bold;
434435
}
435436

0 commit comments

Comments
 (0)