├── .gitattributes ├── README.md ├── ttf-ms-win10-10.0.19043.1055-1-any.pkg.tar.zst ├── ttf-ms-win10-japanese-10.0.19043.1055-1-any.pkg.tar.zst ├── ttf-ms-win10-korean-10.0.19043.1055-1-any.pkg.tar.zst ├── ttf-ms-win10-other-10.0.19043.1055-1-any.pkg.tar.zst ├── ttf-ms-win10-sea-10.0.19043.1055-1-any.pkg.tar.zst ├── ttf-ms-win10-thai-10.0.19043.1055-1-any.pkg.tar.zst ├── ttf-ms-win10-zh_cn-10.0.19043.1055-1-any.pkg.tar.zst └── ttf-ms-win10-zh_tw-10.0.19043.1055-1-any.pkg.tar.zst /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ttf-mswin10-arch 2 | 3 | MS Windows 10 Fonts for Arch Linux 4 | 5 | ## Installation Guide 6 | 7 | 1. Open the Terminal program you prefered. 8 | 2. Issue the command: git clone git://github.com/fphoenix88888/ttf-mswin10-arch. 9 | 3. When you completed cloning, change directory to that what you clone and issue the command with root permission to install: pacman -U ttf-ms-win10-*. 10 | 11 | ## Disclaimer 12 | 13 | Due to busy of my actural job, this repo and any contents contains on this repo may **NOT** update frequently. I apologized for **NOT SO UPDATE THIS** in advanced. Thank you for your understanding. -------------------------------------------------------------------------------- /ttf-ms-win10-10.0.19043.1055-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fphoenix88888/ttf-mswin10-arch/b14dad6e435e776e8b012d32b7328b39aa6e31c0/ttf-ms-win10-10.0.19043.1055-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /ttf-ms-win10-japanese-10.0.19043.1055-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fphoenix88888/ttf-mswin10-arch/b14dad6e435e776e8b012d32b7328b39aa6e31c0/ttf-ms-win10-japanese-10.0.19043.1055-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /ttf-ms-win10-korean-10.0.19043.1055-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fphoenix88888/ttf-mswin10-arch/b14dad6e435e776e8b012d32b7328b39aa6e31c0/ttf-ms-win10-korean-10.0.19043.1055-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /ttf-ms-win10-other-10.0.19043.1055-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fphoenix88888/ttf-mswin10-arch/b14dad6e435e776e8b012d32b7328b39aa6e31c0/ttf-ms-win10-other-10.0.19043.1055-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /ttf-ms-win10-sea-10.0.19043.1055-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fphoenix88888/ttf-mswin10-arch/b14dad6e435e776e8b012d32b7328b39aa6e31c0/ttf-ms-win10-sea-10.0.19043.1055-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /ttf-ms-win10-thai-10.0.19043.1055-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fphoenix88888/ttf-mswin10-arch/b14dad6e435e776e8b012d32b7328b39aa6e31c0/ttf-ms-win10-thai-10.0.19043.1055-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /ttf-ms-win10-zh_cn-10.0.19043.1055-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fphoenix88888/ttf-mswin10-arch/b14dad6e435e776e8b012d32b7328b39aa6e31c0/ttf-ms-win10-zh_cn-10.0.19043.1055-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /ttf-ms-win10-zh_tw-10.0.19043.1055-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fphoenix88888/ttf-mswin10-arch/b14dad6e435e776e8b012d32b7328b39aa6e31c0/ttf-ms-win10-zh_tw-10.0.19043.1055-1-any.pkg.tar.zst --------------------------------------------------------------------------------