Skip to content

Commit 8f45d3c

Browse files
committed
Update styles.css
changed to IBM Plex font family
1 parent ef08bbf commit 8f45d3c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

nbs/styles.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/* Import IBM Plex Sans from Google Fonts */
2+
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap');
3+
4+
/* Set IBM Plex Sans as the default font for the entire document */
5+
body {
6+
font-family: 'IBM Plex Sans', sans-serif;
7+
}
8+
9+
/* Optional: Set IBM Plex Mono for code blocks */
10+
code, pre, .sourceCode {
11+
font-family: 'IBM Plex Mono', monospace;
12+
}
13+
114
.cell {
215
margin-bottom: 1rem;
316
}

0 commit comments

Comments
 (0)