# myFonts **Repository Path**: bylar/fonts ## Basic Information - **Project Name**: myFonts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-08-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myFont #### 安装 ``` mkdir /usr/share/fonts/myfonts/ cp *.otf /usr/share/fonts/myfonts/ cp *.ttf /usr/share/fonts/myfonts/ cd /usr/share/fonts/myfonts/ sudo chmod 755 * sudo mkfontscale sudo mkfontdir sudo fc-cache ```