Skip to content

Commit

Permalink
fix font not being displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
pluja committed Sep 27, 2023
1 parent d089821 commit 51c9c34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ strfry-db
nerostr/html/static/style.css.fiber.gz
style.css
nerostr/html/static/fonts/Monocraft.ttf.fiber.gz
nerostr/html/static/fonts/monocraft.ttf.fiber.gz
File renamed without changes.
4 changes: 2 additions & 2 deletions nerostr/html/static/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@tailwind utilities;

@font-face {
font-family: 'monocraft', 'mono'; /* Give a name to your font */
src: url('./fonts/Monocraft.ttf') format('truetype');
font-family: 'monocraft'; /* Give a name to your font */
src: url('./fonts/monocraft.ttf') format('truetype');
}

0 comments on commit 51c9c34

Please sign in to comment.