forgejo/templates
silverwind bcfb7e0356
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/**/*

(cherry picked from commit 226a82a9396dc94f362ba27bd1c9318630df74b4)
2024-03-30 07:17:32 +01:00
..
admin Migrate gt-hidden to tw-hidden (#30046) 2024-03-30 07:17:29 +01:00
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
base Migrate gt-hidden to tw-hidden (#30046) 2024-03-30 07:17:29 +01:00
custom [FEAT] Repository flags 2024-02-05 16:09:42 +01:00
devtest Add svg linter and fix incorrect svgs (#30086) 2024-03-30 07:17:30 +01:00
explore Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
mail templates: remove superfluous SanitizeHTML 2024-03-11 23:36:58 +07:00
org Fix: Organization Interface Display Issue (#30133) 2024-03-30 07:17:31 +01:00
package Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
projects Drag-and-drop improvements for projects and issue pins (#29875) 2024-03-30 07:17:31 +01:00
repo Migrate font-family to tailwind (#30118) 2024-03-30 07:17:32 +01:00
shared Migrate font-family to tailwind (#30118) 2024-03-30 07:17:32 +01:00
status Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
swagger [REFACTOR] webhook.Handler interface 2024-03-24 10:35:06 +01:00
user Migrate gt-hidden to tw-hidden (#30046) 2024-03-30 07:17:29 +01:00
webhook [REFACTOR] webhook/new remove redundant if 2024-03-28 11:13:37 +01:00
home.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
install.tmpl Migrate gt-hidden to tw-hidden (#30046) 2024-03-30 07:17:29 +01:00
post-install.tmpl [BRANDING] Custom loading animation for Forgejo 2024-02-05 16:02:13 +01:00