]> source.dussan.org Git - gitea.git/commit
Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce...
authorsilverwind <me@silverwind.io>
Sun, 21 May 2023 23:37:32 +0000 (01:37 +0200)
committerGitHub <noreply@github.com>
Sun, 21 May 2023 23:37:32 +0000 (23:37 +0000)
commit19993d8814e227ac0a52b73d36fdb03fbb143c3f
treec8cc745e5fd25da559c8310eb8df07d2b6ef959e
parent4647660776436f0a83129b4ceb8426b1fb0599bb
Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827)

There was some recent discussion about this in Discord `ui-design`
channel and the conclusion was that
https://github.com/go-gitea/gitea/issues/24305 should have fixed their
OS font installation to have semibold weights.

I have now tested this 601 weight on a Windows 10 machine on Firefox
myself, and I immediately noticed that bold was excessivly bold and
rendering as 700 because browsers are biased towards bolder fonts. So
revert this back to the previous value.
26 files changed:
.stylelintrc.yaml
templates/repo/diff/box.tmpl
templates/repo/diff/comments.tmpl
templates/repo/issue/view_content.tmpl
templates/repo/issue/view_content/comments.tmpl
templates/repo/sub_menu.tmpl
templates/shared/user/authorlink.tmpl
templates/user/settings/account.tmpl
web_src/css/admin.css
web_src/css/base.css
web_src/css/chroma/base.css
web_src/css/editor/combomarkdowneditor.css
web_src/css/features/imagediff.css
web_src/css/features/tribute.css
web_src/css/font_i18n.css
web_src/css/helpers.css
web_src/css/install.css
web_src/css/markup/content.css
web_src/css/modules/card.css
web_src/css/modules/comment.css
web_src/css/repo.css
web_src/css/repo/release-tag.css
web_src/css/shared/issuelist.css
web_src/css/user.css
web_src/js/components/DashboardRepoList.vue
web_src/js/components/DiffFileList.vue