Package Details: ttf-google-fonts-git 1:r11002.cdabad3d0-1

Git Clone URL: https://aur.archlinux.org/ttf-google-fonts-git.git (read-only, click to copy)
Package Base: ttf-google-fonts-git
Description: TrueType fonts from the Google Fonts project (git version)
Upstream URL: https://github.com/google/fonts
Keywords: fonts google ttf
Licenses: custom:SIL Open Font License, custom:Ubuntu Font License v1.0
Conflicts: jsmath-fonts, lohit-fonts, ttf-andika, ttf-arabeyes-fonts, ttf-cardo, ttf-comfortaa, ttf-google-fonts-typewolf, ttf-lekton, ttf-lora-cyrillic, ttf-medievalsharp, ttf-nova, ttf-oxygen, ttf-oxygen-git, ttf-pt-fonts, ttf-source-code-pro-ibx, ttf-source-sans-pro-ibx, ttf-vollkorn-ibx
Provides: jsmath-fonts, lohit-fonts, ttf-andika, ttf-cardo, ttf-carlito, ttf-comfortaa, ttf-lekton, ttf-lora-cyrillic, ttf-medievalsharp, ttf-nova, ttf-oxygen, ttf-oxygen-git, ttf-pt-fonts, ttf-source-code-pro-ibx, ttf-source-sans-pro-ibx, ttf-vollkorn-ibx
Submitter: sebstar
Maintainer: andrewSC
Last Packager: andrewSC
Votes: 560
Popularity: 1.58
First Submitted: 2013-04-27 20:41 (UTC)
Last Updated: 2025-06-30 16:08 (UTC)

Dependencies (24)

Required by (8)

Sources (1)

Pinned Comments

thatgeek commented on 2017-11-17 03:56 (UTC)

If you're having an issue upgraded with errors related to fonts like merriweather, here's my steps to resolve the issue (assuming you have Yaourt): #Clear out what you had before yaourt -R fonts-meta-extended-lt sudo pacman -Rns $(pacman -Qtdq) sudo pacman -R ttf-google-fonts-git sudo pacman -Rns $(pacman -Qtdq) #Install dependencies yaourt -S ttf-merriweather-sans ttf-opensans ttf-oswald ttf-quintessential ttf-signika yaourt -S fonts-meta-extended-lt #Heads up, if ttf-impallari-cantora isn't fixed yet, change the PKGBUILD source to the URL in the comments on the package yaourt -S ttf-impallari-cantora yaourt -S ttf-google-fonts-git

Latest Comments

1 2 3 4 5 6 .. 40 Next › Last »

andrewSC commented on 2025-06-30 16:10 (UTC)

Updated PKGBUILD to explicitly exclude dai-banna-sil from fonts that will be installed by this package. If you wish to install it I would recommend downloading the desired font directly from: https://github.com/google/fonts/tree/main/ofl/daibannasil

Thanks and let me know if there's any other issues!

somepaulo commented on 2025-06-29 11:02 (UTC)

@jmdana Thank you. This was breaking GDM as well. Took a while to pinpoint the offending package and uninstall it. Never had a font cause so much trouble.

jmdana commented on 2025-06-29 10:42 (UTC) (edited on 2025-06-29 10:43 (UTC) by jmdana)

@TommyJolly fc-cache breaks because of dai-banna-sil. Adding the line below to the PKGBUILD removes the font and gets things working again


   # NOTE: Adobe Blank is not meant to be installed.
   # See: https://github.com/google/fonts/issues/2106#issuecomment-520067314
   rm --recursive "${srcdir}/fonts/ofl/adobeblank"
+  rm --recursive "${srcdir}/fonts/ofl/daibannasil"

TommyJolly commented on 2025-06-28 23:42 (UTC) (edited on 2025-06-29 00:10 (UTC) by TommyJolly)

[edited] fc-cache -fv results in buffer overflow on my system, and was crashing sway on startup. I was logging it here as a bug, but adding all google fonts without this package still caused the same issue.

johannesgh commented on 2025-03-18 18:07 (UTC)

I had to remove "ttf-carlito", maybe you can add it to conflicts?

andrewSC commented on 2025-01-21 13:18 (UTC)

thanks lucenera! Please do let me know if there's any improvements you'd like to propose.

lucenera commented on 2025-01-19 16:27 (UTC)

This package is a must-have for any modern desktop.

andrewSC commented on 2024-08-06 23:48 (UTC)

Resolved. Thanks for the heads up zhs!