Use IBM Plex Font

This commit is contained in:
2023-06-08 02:08:28 +05:30
parent 0f0eec0dbd
commit ffed468692
4 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,12 @@
body {
font-family: "IBM Plex Sans", sans-serif; /* Replace with your desired font for body text */
}
h1, h2, h3, h4, h5, h6 {
font-family: "IBM Plex Sans Text", sans-serif; /* Replace with your desired font for headers */
}
pre,
code {
font-family: "IBM Plex Mono", monospace;
}