1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-22 21:40:09 +00:00
forgejo/web_src/js
silverwind 19993d8814
Change --font-weight-bold to --font-weight-semibold and 600 value, introduce new font weight variables ()
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.
2023-05-21 23:37:32 +00:00
..
components Change --font-weight-bold to --font-weight-semibold and 600 value, introduce new font weight variables () 2023-05-21 23:37:32 +00:00
features Support Copy Link for video attachments () 2023-05-21 22:06:17 +00:00
markup Fix math and mermaid rendering bugs () 2023-04-17 12:10:22 +02:00
modules Fix duplicate tooltip hiding () 2023-05-19 20:12:30 +00:00
standalone Add new JS linter rules () 2021-11-22 16:19:01 +08:00
test Improve emoji and mention matching () 2023-04-22 11:32:34 -04:00
utils Add two eslint plugins () 2023-05-18 09:14:31 +08:00
webcomponents Refactor locale number () 2023-04-17 11:37:23 +08:00
bootstrap.js Improve template system and panic recovery () 2023-05-04 14:36:34 +08:00
index.js Improve "goto issue by number" button () 2023-05-10 15:50:58 +00:00
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations () 2020-04-18 18:46:29 -04:00
serviceworker.js Fix serviceworker output file and misc improvements () 2020-05-24 08:36:40 +01:00
svg.js Add status indicator on main home screen for each repo () 2023-05-13 21:59:01 +00:00
svg.test.js Improve <SvgIcon> to make it output svg node and optimize performance () 2023-03-23 11:24:16 +08:00
utils.js Modify luminance calculation and extract related functions into single files () 2023-05-10 11:19:03 +00:00
utils.test.js Introduce GiteaLocaleNumber custom element to handle number localization on pages. () 2023-04-03 12:58:09 -04:00