gitea/templates/repo/diff
silverwind 226a82a939
Migrate font-family to tailwind ()
Enable us to use tailwind's
[`font-family`](https://tailwindcss.com/docs/font-family) classes as
well as remove `gt-mono` in favor of `tw-font-mono`. I also merged the
"compensation" to one selector, previously this was two different values
0.9em and 0.95em. I did not declare a `serif` font because I don't think
there will ever be a use case for those. Command ran:

```sh
perl -p -i -e 's#gt-mono#tw-font-mono#g' web_src/js/**/* templates/**/*
..
blob_excerpt.tmpl Migrate font-family to tailwind ()
box.tmpl Migrate font-family to tailwind ()
comment_form.tmpl Add svg linter and fix incorrect svgs ()
comment_form_datahandler.tmpl Make sure fmt catches all templates ()
comments.tmpl Migrate `gt-hidden` to `tw-hidden` ()
compare.tmpl Migrate `gt-hidden` to `tw-hidden` ()
conversation.tmpl Migrate `gt-hidden` to `tw-hidden` ()
conversation_outdated.tmpl Improve user experience for outdated comments ()
csv_diff.tmpl Fix CSV diff for added/deleted files ()
escape_title.tmpl cleanup locale function usage ()
image_diff.tmpl Add `<overflow-menu>`, rename webcomponents ()
new_comment.tmpl Do not reload page after adding comments in Pull Request reviews ()
new_review.tmpl Migrate margin and padding helpers to tailwind ()
options_dropdown.tmpl Replace more `gt-` with `tw-`, update frontend docs ()
section_code.tmpl Add template linting via djlint ()
section_split.tmpl Migrate font-family to tailwind ()
section_unified.tmpl Migrate font-family to tailwind ()
stats.tmpl Migrate margin and padding helpers to tailwind ()
whitespace_dropdown.tmpl Migrate margin and padding helpers to tailwind ()