Package Details: ttf-ms-win11-zh_cn 10.0.26200.8737-1

Git Clone URL: https://aur.archlinux.org/ttf-ms-win11.git (read-only, click to copy)
Package Base: ttf-ms-win11
Description: Microsoft Windows 11 Simplified Chinese TrueType fonts
Upstream URL: http://www.microsoft.com/typography/fonts/product.aspx?PID=164
Licenses: custom
Conflicts: ttf-vista-fonts
Provides: ttf-font
Submitter: Vaporeon
Maintainer: Vaporeon (Scimmia)
Last Packager: Vaporeon
Votes: 33
Popularity: 0.26
First Submitted: 2021-10-11 13:33 (UTC)
Last Updated: 2026-06-29 11:25 (UTC)

Dependencies (0)

Required by (276)

Sources (142)

Pinned Comments

Vaporeon commented on 2025-10-12 10:13 (UTC)

For reference, Windows 11 25H2 is the same core base as 24H2 with an "enablement package" applied. What this means is that the fonts from 26100.XXXX and 26200.XXXX should be the same, provided the XXXX part is equal (or later). This should be true for at least the life of 25H2, provided your 24H2 SKU is still getting updates. So keep this in mind if staying on the 24H2 branch for any reason.

Vaporeon commented on 2025-05-25 06:23 (UTC)

THE INTENTION OF THIS PACKAGE IS TO EASILY INTEGRATE THE LATEST FONTS FROM A FULLY UPDATED WINDOWS 11 INSTALL INTO AN ARCH LINUX SYSTEM.

PLEASE DO NOT COMPLAIN IF THE FONTS MISMATCH OLDER VERSIONS FROM SOME RANDOM ISO.

PLEASE DO NOT FILE A REQUEST TO MERGE THIS PACKAGE WITH ONE THAT PULLS OLDER VERSIONS FROM SOME RANDOM ISO.

THANK YOU.

Latest Comments

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

kode54 commented on 2026-07-14 08:01 (UTC)

This package does not follow the ISOs, it follows what you get when you install and run full updates.

zhiyuanzhai commented on 2026-07-12 13:35 (UTC) (edited on 2026-07-12 13:36 (UTC) by zhiyuanzhai)

I downloaded the latest Windows ISO from https://www.microsoft.com/zh-cn/software-download/windows11 and this is what I got:

3680a1bbffab914f36b27d5fd97b193de5bccfab882c41b41b5f8f99457b4820  fonts/arialbd.ttf
77a0b63c5f73eb85923f10359e68b8fc768487ae88ad902a1ea21276954e205b  fonts/arialbi.ttf
c30c71d614e143c0d4e42aaf04d9a1f50f90b365a2654eb3f2c6598e5655af08  fonts/ariali.ttf
5f9f2d8104ad5e69e1be8107224063dc8c36f9e24680b2f9be324244c0b424a1  fonts/arial.ttf

The version of my ISO seems to be 10.0.28000.

kode54 commented on 2026-05-28 21:52 (UTC)

Updated Windows 11 to 10.0.26200.8524, four fonts updated:

b3658eadae55e682b5f69eb64c439c1ecc8f196c0bb8d4756d145d13bc86476a  arial.ttf
e8f4e3baf6cc35fed6fcce3a540e8b39e8f6cda1d22a28f2ec8f526fef7a43f5  arialbd.ttf
86b32db9a06f9694e2a3760c42e5117bcdc5cc1255bb5186ca8ce0305e22f288  ariali.ttf
267a411525980d648f10a7222a6ff1ebe4d4feeefbf9b3100cae2b5cfab5594a  arialbi.ttf

username227 commented on 2026-05-26 19:26 (UTC)

OK I am simply curious, why would updates to fonts be part of a Microsoft security update? Can fonts be used for malicious purposes? Or is this simply too sophisticated a question to ask of MS?

jacobgkau commented on 2026-01-19 21:54 (UTC)

Confirmed a handful of fonts fail the checksum from the latest ISO, but succeed after replacing those files from a fully up-to-date installation of Windows 11.

The PKGBUILD readme should probably mention that the checksums intend to track an actual installation and not the ISO that's linked in that file. (This isn't "some random ISO," this is the file that is linked in the build instructions.) The (mostly complete) instructions for extracting from the ISO aren't entirely pointless, since people who don't care about their fonts being up-to-date can just ignore the checksums, but it's a little misleading as-is, imo.

Drommer commented on 2025-12-13 05:16 (UTC)

Some fonts (e.g. Times New Roman) do not pass the checksum verification for the latest version of the system image downloaded from the link in PKGBUILD.

Scimmia commented on 2025-12-04 20:21 (UTC)

So the error tells you to read the PKGBUILD, and instead of reading the PKGBUILD, you post here? Really?

cryptodan commented on 2025-12-04 20:17 (UTC)

Unable to install this package:

[cryptodan@alphacentauri ttf-ms-win11]$ makepkg -si ==> Making package: ttf-ms-win11 10.0.26200.7171-1 (Thu Dec 4 20:15:13 2025) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading arial.ttf... Unable to find file://arial.ttf, please read the PKGBUILD -> Downloading arialbd.ttf... Unable to find file://arialbd.ttf, please read the PKGBUILD -> Downloading ariali.ttf... Unable to find file://ariali.ttf, please read the PKGBUILD -> Downloading arialbi.ttf... Unable to find file://arialbi.ttf, please read the PKGBUILD -> Downloading ariblk.ttf... Unable to find file://ariblk.ttf, please read the PKGBUILD -> Downloading bahnschrift.ttf... Unable to find file://bahnschrift.ttf, please read the PKGBUILD

And many other errors like the above.

Vaporeon commented on 2025-10-12 10:13 (UTC)

For reference, Windows 11 25H2 is the same core base as 24H2 with an "enablement package" applied. What this means is that the fonts from 26100.XXXX and 26200.XXXX should be the same, provided the XXXX part is equal (or later). This should be true for at least the life of 25H2, provided your 24H2 SKU is still getting updates. So keep this in mind if staying on the 24H2 branch for any reason.

Bevan commented on 2025-10-09 18:57 (UTC)

I can reproduce Ketchup901's issue here. winver shows "Version 24H2 (Build 26100.6725)". 6725 is currently a preview, so I think it's perfectly fine that the checksums of this package do not match the fonts of this version.

For everyone affected, I suggest to modify the PKGBUILD manually, adjust the version to 26200.6725 and to build the package via makepkg --skipchecksums.