Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including
Stack Overflow
, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It only takes a minute to sign up.
Sign up to join this community
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
I had same issue with Inter font, I wanted to use medium variant but regular was applied no matter what I pick. I could achieved it using gsettings from terminal, adding a comma between font name and size.
gsettings set org.gnome.desktop.interface font-name 'Inter Medium, 11'
Try it, it worked with medium variant but it didn't with light, also note that gnome Tweaks will show up as none font is selected.
–
–