添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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.

Good to know. I solved it by only installing the fonts that had the weight I wanted, but I think this is a more flexible solution. – Matthew Layton Oct 14, 2019 at 15:58 One specific roboto medium variant is know to work. The unhinted version in the repo does not. Above solution isnt working for me with SF Pro Display – Jay Aurabind Aug 15, 2020 at 13:33