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

Fonts not working #99

Closed
luaorigin opened this issue Feb 10, 2023 · 3 comments
Closed

Fonts not working #99

luaorigin opened this issue Feb 10, 2023 · 3 comments

Comments

@luaorigin
Copy link

I am currently unable to getting various fonts working. So far I tried:

  • JetBrains Mono
  • Ubuntu Mono
  • IBM Plex Mono
  • Iosevka
  • Cascadia Code

None of these fonts have worked. My config.lua file looks like the following

local tym = require('tym' )
tym.set('font', 'Ubuntu Mono 12')

I am running tym version 3.4.0.
Is there something I am generally missing?

Any help would be greatly appreciated ☺️

@js-everts
Copy link
Contributor

Are your fonts installed correctly? execute fc-list "Ubuntu Mono" to see if they are present.

Also make sure your font is not being overridden in theme.lua

@luaorigin
Copy link
Author

Yes I already double checked that. The output of the fc-list "Ubuntu Mono" command is the following:

/usr/share/fonts/ubuntu/UbuntuMono-RI.ttf: Ubuntu Mono:style=Italic
/usr/share/fonts/ubuntu/UbuntuMono-R.ttf: Ubuntu Mono:style=Regular
/usr/share/fonts/ubuntu/UbuntuMono-B.ttf: Ubuntu Mono:style=Bold
/usr/share/fonts/ubuntu/UbuntuMono-BI.ttf: Ubuntu Mono:style=Bold Italic

Furthermore I made sure that there is no theme.lua in my ~/.config/tym directory.

@luaorigin
Copy link
Author

Super sorry about all the hassle. I rebooted my System and then everything worked out 😅 .
Therefore it was just a fault on my end and I will close the issue 👍

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

No branches or pull requests

2 participants