# windows-fonts **Repository Path**: zmlr007/windows-fonts ## Basic Information - **Project Name**: windows-fonts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-22 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # windows-fonts 解决Linux桌面系统中,缺少在Windows环境中自带默认字体库的问题。例如wine、wps ## 如何使用 将字体clone到/usr/share/fonts/目录下即可,可使用命令: Windows10所有国家自带字体: ``` git clone -b windows10 https://github.com/uinv/windows-fonts.git /usr/share/fonts/windows10-fonts``` 或 Windows11所有国家自带字体 ``` git clone -b windows11 https://github.com/uinv/windows-fonts.git /usr/share/fonts/windows11-fonts```