mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #537] Use font with wide scripts support #299
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sergeevabc on GitHub (Nov 13, 2022).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/537
Shiori 1.5.3 on Windows 7 x64.
At present the app uses custom font with Latin script support only.
To be specific:
/css/fonts/source-sans-pro-v13-latin-700.woff2And what do others see when they use letters out of Latin scope? The eyesore.
Either use font with wide scripts support (e.g. Noto Sans) or let system/user decide.
@fmartingr commented on GitHub (Jan 21, 2023):
Hey @sergeevabc, I'm completely unfamiliar with this, I have some japanese bookmarks but I have not seen this issue on those. Are there built-in fonts on operating system that support wide-script support? So we could fallback to those or stop using custom fonts altogether.
@jansol commented on GitHub (Dec 27, 2024):
Simply using the
serif/sans-serif/monospacealiases should yield a decent set of fonts and their corresponding fallback lists as determined by the browser/system.@fmartingr commented on GitHub (Feb 15, 2025):
By that you mean that we can use:
(Where Arial can be any ohter font)
And that would work? I see we already have
sans-serifset as fallback in most places:@jansol commented on GitHub (Feb 15, 2025):
Yes, although it shouldn't be necessary to specify both
serifandsans-serif(andmonospacefor that matter), any one of the three should be enough as a fallback.