fedora-infra / fedora-packages

A webapp that allows searching packages in Fedora. Written in Python using TurboGears2 and Moksha.
https://apps.fedoraproject.org/packages
GNU Affero General Public License v3.0
58 stars 59 forks source link

No fallback at all for body font definition #421

Open fitojb opened 4 years ago

fitojb commented 4 years ago

The site uses Open Sans, but I don’t have that installed, so the website is rendered in the browser’s default serif (!) font.

If you don’t wish to implement web fonts, it’s more probable that a Linux distro will have Noto Sans installed, since it’s Open Sans’ official succesor project and is one of LibreOffice’s fonts. Please adjust your CSS.

fitojb commented 4 years ago

image

cverna commented 4 years ago

This application is not actively maintained so it might take a while for this issue to be fixed. If you feel like opening a PR for it I ll be happy to review it.

Thanks for reporting this issue.

fitojb commented 4 years ago

Thanks for your attention to this issue.

It appears that a whole Fedora Bootstrap is needed; I tried grepping for the offending CSS in this repo but no relevant line showed up at all; besides, this repo contains obsolete fonts. This is a bit more involved than I thought or have time for right now, but if you provide me with a few code pointers, I can have a try :)