Skip to content

Commit

Permalink
added font
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 28, 2024
1 parent 0acb029 commit 278e16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added app/frontend/fonts/dm_sans/DMSans-Regular.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions app/frontend/stylesheets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

@font-face {
font-family: "DMSans";
src: url("@assets/fonts/dm_sans/DMSansVF.ttf") format("truetype");
font-weight: 100 900;
src: url("@assets/fonts/dm_sans/DMSans-Regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}

Expand Down

0 comments on commit 278e16e

Please sign in to comment.