Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Improper rending of Arial #230

Open
5 of 13 tasks
Hippityy opened this issue Mar 8, 2024 · 1 comment
Open
5 of 13 tasks

Bug: Improper rending of Arial #230

Hippityy opened this issue Mar 8, 2024 · 1 comment
Assignees
Labels
bug/issue Something isn't working

Comments

@Hippityy
Copy link

Hippityy commented Mar 8, 2024

Bug Description

The font Arial does not render properly. this occurs in UI elements, within documents and when viewing pdfs.

This only occurs with Sanctum theme applied and not with the default theme nor other custom themes.

To Reproduce

Set the font to be Arial
Could be through Settings > Interface > Font
Could be though style settings plugin.

Expected behavior

Render Arial normally.

Relevant Screenshot(s)

Sanctum with Arial Font:
image

Default theme with Arial Font:
image

Obsidian Version

1.5.8

Installer Version

1.4.13

Font Size

16

Which editor are you using?

  • New Editor
  • Legacy Editor

In which mode(s) does the problem occur? (if applicable)

  • Reading View (Preview)
  • Editing View - Source Mode
  • Editing View - Live Preview

Which operating system?

  • Windows
  • macOS
  • Linux
  • Android
  • iOS

Checklist

  • I updated to the latest version of the theme (Settings → Appearance → Themes - Manage → Update).
  • I made sure that the issue is related to this theme by checking that the problem does not occur with the default theme.
  • If the bug occured after updating the theme, I read the last couple Releases to make sure the bug is not an intentional change.

Additional Context

No response

@Hippityy Hippityy added the bug/issue Something isn't working label Mar 8, 2024
@Hippityy
Copy link
Author

Hippityy commented Mar 8, 2024

I've bludged a fix at least for viewing pdfs that use Arial by including a css snippet

.pdf-container {
    font-feature-settings: normal;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/issue Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants