Skip to content

Commit

Permalink
docs: fix missed font path (#1776)
Browse files Browse the repository at this point in the history
docs: fix missed path
  • Loading branch information
zeroedin authored Aug 21, 2024
1 parent d8ee476 commit 2bdba77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/styles/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

@font-face {
font-family: RedHatMono;
src: url("RedHatMono-Regular.woff2") format("woff2");
src: url("../assets/fonts/RedHatMono/RedHatMono-Regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap;
Expand Down

0 comments on commit 2bdba77

Please sign in to comment.