Search Criteria
Package Details: steam-fonts 1.0.0-5
Git Clone URL: | https://aur.archlinux.org/steam-fonts.git (read-only, click to copy) |
---|---|
Package Base: | steam-fonts |
Description: | Fonts to fix scrambled or missing text in steam menus |
Upstream URL: | https://support.steampowered.com/kb_article.php?ref=1974-YFKL-4947 |
Licenses: | |
Submitter: | alexf91 |
Maintainer: | alexf91 |
Last Packager: | alexf91 |
Votes: | 152 |
Popularity: | 0.70 |
First Submitted: | 2014-07-13 11:58 |
Last Updated: | 2020-06-29 19:02 |
Latest Comments
yochananmarqos commented on 2020-12-12 04:13
Fonts neither require dependencies nor an install script, please remove them. See Font package guidelines.
gnubot commented on 2019-02-27 21:10
worked with no mods on regular linux x86_64, just install before steam client
can this package be integrated directly into the steam build?
darsor commented on 2019-01-15 06:17
With the recent release of the steam link app for raspberry pi's, this package is now useful on the ARM architecture.
Please set arch=('any') in the PKGBUILD to allow raspberry pi users to take advantage of this package.
Anonymous comment on 2015-11-22 14:12
Not use the -f in fc-cache, either can cause system freeze and is discouraged/not standard package guideliness for fonts in arch[1][2][3]
[1] https://www.archlinux.org/todo/fc-cache/
[2] https://lists.archlinux.org/pipermail/arch-dev-public/2015-January/026889.html
[3] https://lists.archlinux.org/pipermail/arch-dev-public/2015-January/026890.html
sl1pkn07 commented on 2014-09-22 15:59
missing
mkfontscale /usr/share/fonts/steam-fonts
mkfontdir /usr/share/fonts/steam-fonts
in .install file after 'fc-cache -fsv' . btw. in other packages is
echo -n "Updating font cache... "
fc-cache -f -s > /dev/null
mkfontscale /usr/share/fonts/steam-fonts
mkfontdir /usr/share/fonts/steam-fonts
echo "done."
greetings
sl1pkn07 commented on 2014-09-22 13:30
please add .intall file to update fontcache database
greetings