Skip to content

Commit 1cb00b1

Browse files
committed
Added Plex mono
1 parent 59158d8 commit 1cb00b1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<!-- Added by C Harris on 5th June 2019 -->
2020
<style>
2121
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');
22+
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap');
2223
</style>
2324

2425
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>

docs/css/customstyles.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ body {
33
font-size:15px;
44
}
55

6+
pre {
7+
font-family: 'IBM Plex Mono', 'Courier New', Courier, monospace;
8+
}
9+
10+
code {
11+
font-family: 'IBM Plex Mono', 'Courier New', Courier, monospace;
12+
}
13+
614
.bs-callout {
715
padding: 20px;
816
margin: 20px 0;
@@ -821,7 +829,7 @@ a.accordion-toggle {
821829

822830
span.red {
823831
color: red;
824-
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
832+
font-family: 'IBM Plex Mono', Monaco, Menlo, Consolas, "Courier New", monospace;
825833
}
826834

827835
h3.codeExplanation {

0 commit comments

Comments
 (0)