Skip to content

Commit

Permalink
fix(docs): font weights (#5539)
Browse files Browse the repository at this point in the history
* fix(docs): font weights

* GT-Planar-Medium.woff2
  • Loading branch information
abvthecity authored Jan 6, 2025
1 parent 560a069 commit b5bfffe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Binary file added fern/assets/GT-Planar-Medium.woff2
Binary file not shown.
12 changes: 9 additions & 3 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,17 @@ navbar-links:
typography:
bodyFont:
name: GT-Planar
path: ./assets/GT-Planar.woff2
weight: 400
paths:
- path: ./assets/GT-Planar.woff2
weight: 400
- path: ./assets/GT-Planar-Medium.woff2
weight: 500
- path: ./assets/GT-Planar-Bold.woff2
weight: 600 700
headingsFont:
name: GT-Planar
name: GT-Planar-Bold
path: ./assets/GT-Planar-Bold.woff2
weight: 600 700

logo:
href: https://www.buildwithfern.com
Expand Down

0 comments on commit b5bfffe

Please sign in to comment.