Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kompoth committed Apr 1, 2024
1 parent ab856fb commit fe7b8c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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/dist/TT2020Base-Regular.ttf) format('truetype');
}
@font-face {
font-family: TT2020;
src: url(fonts/TT2020/dist/TT2020Base-Italic.ttf) format('truetype');;
src: url(fonts/TT2020/dist/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/dist/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/dist/TT2020StyleE-Italic.ttf) format('truetype');
font-weight: bold;
font-style: italic;
}
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>Issue creation</h2>
</fieldset>
<input type="file" id="image-input" multiple accept="image/png,image/jpg,image/jpeg" onchange="updateImageList();" disabled/-->

<button id="print-button" type="button" onsubmit="requestPDF();">Send to print</button>
<button id="print-button" type="button" onclick="requestPDF();">Send to print</button>
</form>
</section>

Expand Down

0 comments on commit fe7b8c2

Please sign in to comment.