Skip to content

Commit

Permalink
Fixed TT2020 paths to avoid gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kompoth committed Apr 1, 2024
1 parent fe7b8c2 commit 5f0a214
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions muckraker/static/style.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
@font-face {
font-family: TT2020;
src: url(fonts/TT2020/dist/TT2020Base-Regular.ttf) format('truetype');
src: url(fonts/TT2020/TT2020Base-Regular.ttf) format('truetype');
}
@font-face {
font-family: TT2020;
src: url(fonts/TT2020/dist/TT2020Base-Italic.ttf) format('truetype');
src: url(fonts/TT2020/TT2020Base-Italic.ttf) format('truetype');
font-style: italic;
}
@font-face {
font-family: TT2020;
src: url(fonts/TT2020/dist/TT2020StyleE-Regular.ttf) format('truetype');
src: url(fonts/TT2020/TT2020StyleE-Regular.ttf) format('truetype');
font-weight: bold;
}
@font-face {
font-family: TT2020;
src: url(fonts/TT2020/dist/TT2020StyleE-Italic.ttf) format('truetype');
src: url(fonts/TT2020/TT2020StyleE-Italic.ttf) format('truetype');
font-weight: bold;
font-style: italic;
}
Expand Down
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@font-face {
font-family: TT2020;
src: url(fonts/TT2020/dist/TT2020Base-Regular.ttf) format('truetype');;
src: url(fonts/TT2020/TT2020Base-Regular.ttf) format('truetype');;
}

/* Use default color with transparency for placeholders */
Expand Down

0 comments on commit 5f0a214

Please sign in to comment.