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

Change the font used by checkboxes to match UWP #70

Closed
wants to merge 1 commit into from
Closed

Change the font used by checkboxes to match UWP #70

wants to merge 1 commit into from

Conversation

Difegue
Copy link

@Difegue Difegue commented Oct 4, 2019

GitHub Issue (If applicable): #22

PR Type

  • Bugfix
  • Style fix

What is the current behavior?

Checkboxes in Uno.Playground use the WinJS Symbols font, leading to the wrong styling.

What is the new behavior?

The checkmark uses Segoe MDL2 Assets instead.
I'm pretty sure this is an absolutely horrible way to fix this, and that changing the default font used in Uno.UI for the Checkbox control would be better.

...Thing is, I couldn't figure out how to fix it there 😅, or if that's wanted. (MDL2 being closed source and all.) Guidance would be most welcome!

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Docs have been added/updated which fit documentation template. (for bug fixes / features)
  • Unit Tests and/or UI Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Wasm UI Tests are not showing unexpected any differences. Validate PR Screenshots Compare Test Run results.
  • Contains NO breaking changes
  • Updated the Release Notes
  • Associated with an issue (GitHub or internal)

Other information

Internal Issue (If applicable):

@jeromelaban
Copy link
Member

Fonts are now embedded into uno packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants