Skip to content

Commit

Permalink
Add Plex Sans
Browse files Browse the repository at this point in the history
  • Loading branch information
irskep committed Sep 6, 2024
1 parent 12b4502 commit 6591367
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/djockey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ gfm:
html:
ignore_css: ["api/**/*.css"] # ignore TypeDoc CSS
footer_text: "©2024 Steve Landey"
extra_static_dirs:
- path: ../node_modules/@fontsource/ibm-plex-sans
exclude_patterns: []
patterns:
- "400.css"
- "400-italic.css"
- "files/ibm-plex-sans-latin-400-normal.woff2"
- "files/ibm-plex-sans-latin-400-italic.woff2"
header_links:
- text: "Plugin API docs"
url: "https://steveasleep.com/djockey/api/"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"devDependencies": {
"@djockey/linkmapper-typedoc": "^0.0.7",
"@fontsource/ibm-plex-sans": "^5.0.21",
"@jest/globals": "^29.7.0",
"@types/argparse": "^2.0.16",
"@types/d3": "^7.4.3",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,13 @@ __metadata:
languageName: node
linkType: hard

"@fontsource/ibm-plex-sans@npm:^5.0.21":
version: 5.0.21
resolution: "@fontsource/ibm-plex-sans@npm:5.0.21"
checksum: cbe0b0f7e77b44a09ab465706f688cd56e745735b73c6d80b0c7c1a56c98ca3b591dfcafd89bc42213bf4a7137fa36f46e72a6ada75d56b71f38640bebc98229
languageName: node
linkType: hard

"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
Expand Down Expand Up @@ -2476,6 +2483,7 @@ __metadata:
dependencies:
"@djockey/linkmapper-typedoc": ^0.0.7
"@djot/djot": ^0.3.1
"@fontsource/ibm-plex-sans": ^5.0.21
"@jest/globals": ^29.7.0
"@types/argparse": ^2.0.16
"@types/d3": ^7.4.3
Expand Down

0 comments on commit 6591367

Please sign in to comment.