Fix @font-face
overrides (#24855)
Fixes: https://github.com/go-gitea/gitea/issues/24850 Not sure how to do it for asian fonts only, so let's revert to previous value for now. ### Before <img width="414" alt="Screenshot 2023-05-22 at 10 34 10" src="749f1556
-a5cf-48fe-8b10-8dc447221657"> ### After <img width="416" alt="Screenshot 2023-05-22 at 10 34 04" src="a0a315bb
-d95f-4d03-863e-0534f665ca71">
This commit is contained in:
parent
979f08053f
commit
64e0672e3b
2 changed files with 21 additions and 21 deletions
|
@ -5,7 +5,7 @@ ignoreFiles:
|
|||
- "**/*.go"
|
||||
|
||||
overrides:
|
||||
- files: ["**/chroma/*", "**/codemirror/*", "**/standalone/*", "**/console.css"]
|
||||
- files: ["**/chroma/*", "**/codemirror/*", "**/standalone/*", "**/console.css", "font_i18n.css"]
|
||||
rules:
|
||||
scale-unlimited/declaration-strict-value: null
|
||||
- files: ["**/chroma/*", "**/codemirror/*"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue