Package Details: ttf-google-fonts-git 1:r8380.47f307584-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: 557
Popularity: 0.37
First Submitted: 2013-04-27 20:41 (UTC)
Last Updated: 2024-08-06 23:47 (UTC)

Dependencies (24)

Required by (7)

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

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 39 Next › Last »

es20490446e commented on 2019-10-08 10:43 (UTC) (edited on 2019-10-08 10:47 (UTC) by es20490446e)

Okay, these could be:

  1. rm --recursive "${srcdir}/fonts/ofl/adobeblank"

  2. Remove the Chinese characters work-around, as now all fonts names use Latin characters.

  3. Do not perform "install" on the files. But "mv" them, then set permissions with "find -type d -exec chmod u=rwx,g=rx,o=rx {} \;" "find -type f -exec chmod u=rw,g=r,o=r {} \;". So you skip having to copy 1.5GB of data.

andrewSC commented on 2019-10-08 01:57 (UTC)

es20490446e: Yes I am and it's been on my todo for quite some time.. I'll make a priority to look at what needs to be changed tomorrow.

es20490446e commented on 2019-10-08 01:15 (UTC)

Are you still maintaining this package?

es20490446e commented on 2019-08-06 02:20 (UTC) (edited on 2019-08-09 22:45 (UTC) by es20490446e)

The conflict with noto-fonts-emoji can be fixed with:

rm --recursive "${srcdir}/fonts/ofl/adobeblank"

Reported the issue with that font upstream:

https://github.com/google/fonts/issues/2106

Feedback was that the font isn't meant to be installed.

Juma7C9 commented on 2019-05-12 19:47 (UTC) (edited on 2019-05-12 19:48 (UTC) by Juma7C9)

There is an issue with the Rubik Family, open upstream since 2017 link 1, which causes it not to be rendered at all (at least inside Firefox, example link 2).

In the meantime a workaround is to revert the incriminated commit link 3, for example adding to the PKGBUILD:

prepare() {
        cd fonts
        git revert -n dfd435109b718b1c5a8da7bd0872c751e2ae1820
}

es20490446e commented on 2019-04-09 21:32 (UTC)

Installing this package breaks emojis, the same ones provided by noto-fonts-emoji.

You can test with: https://getemoji.com/

ameed commented on 2019-03-09 22:13 (UTC)

I'm unable to install this with ttf-gentium-plus, since this package provides ttf-sil-fonts and ttf-gentium-plus conflicts with ttf-sil-fonts. But it doesn't seem like this package contains any of the SIL fonts anymore (except Gentium Basic, which isn't included in ttf-sil-fonts). Could that "provides" designation be removed?

fuan_k commented on 2019-01-24 23:11 (UTC)

@andrewSC: strange, I did not have ttf-google-fonts-typewolf installed, I only had that package listed as available from a custom added repository which I don't even use. So I disabled the repo in pacman.conf and it now installs fine. Thanks!