gitea/templates/shared
silverwind 226a82a939
Migrate font-family to tailwind (#30118)
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/**/*
2024-03-28 08:31:07 +00:00
..
actions Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
search Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
secrets Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
user Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
variables Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
webhook Change webhook-type in create-view (#29114) 2024-02-15 14:59:48 +01:00
combomarkdowneditor.tmpl Migrate font-family to tailwind (#30118) 2024-03-28 08:31:07 +00:00
issueicon.tmpl Performance improvements for pull request list page (#29900) 2024-03-21 14:13:08 +01:00
issuelist.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
repo_search.tmpl Improve repo search UI (#29767) 2024-03-15 09:45:30 +00:00
searchbottom.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
searchfile.tmpl Fix wrong line number in code search result (#29260) 2024-03-06 07:24:43 +00:00