Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jcstein and coderabbitai[bot] authored Jan 9, 2025
1 parent 1373fdf commit 9c1f944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default {
(file) => /youth\/Youth-Regular\.\w+\.woff2/
);
const untitledSansRegularFont = assets.find(
(file) => /Unititled-Sans-Regular\.\w+\.woff2/
(file) => /Untitled-Sans-Regular\.\w+\.woff2/
);
const untitledSansMediumFont = assets.find(
(file) => /Unititled-Sans-Medium\.\w+\.woff2/
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

@font-face {
font-family: "Unititled-Sans";
src: url("/fonts/unititled-sans/uuntitled-sans-regular.woff2") format("woff2");
src: url("/fonts/untitled-sans/untitled-sans-regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap;
Expand Down

0 comments on commit 9c1f944

Please sign in to comment.