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

[Question] material symbols extension #256

Open
o-murphy opened this issue Jan 18, 2024 · 0 comments
Open

[Question] material symbols extension #256

o-murphy opened this issue Jan 18, 2024 · 0 comments

Comments

@o-murphy
Copy link

o-murphy commented Jan 18, 2024

I made a simple extension called QtMDi for QtAwesome to allow usage of google official material design iconic fonts

Now it takes official .woff2 fonts from material-symbol npm package convert it to .ttf using GitHub workflow

I want to implement fully automatic updates to the latest fonts version

Now I have a few issues, maybe you can help me with it

  1. Now the fonts loads dynamically from .ttf files. Is there are the way to make that using the .qrc?

  2. I use the Google/woff2 (woff2_decompress) tool to convert .woff2 to .ttf. It has the issue, the glyphs that have been filled in .woff2, are not that in .ttf and I can't find a way to make them look as expected

  3. I use the specific fonts for apply styles (outlined/rounded/sharp) and weight (100-700) for glyphs. Also we can use QSize to set optical size. But I can't find a way to apply FILL and GRADE properties which allows by web fonts in .woff2 format

  4. The libraries that uses .woff2 fonts apply the properties as GRADE, FILL, etc. through the .css stylesheets. Are there the way to do it in QtAwesome or is there the alternative e.g. via .qss (I know it supports something like font-face) or some other methods?

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

No branches or pull requests

2 participants