reader font
1.0.0
Reader Font 是一個強大的字體文件讀取工具,專為讀取和展示字體文件中的內容而設計。它支持字體圖標的單個導出、下載等操作,幫助用戶輕鬆管理和使用字體圖標。
在線演示地址:https://alexpang.cn/reader-font/
.ttf和.woff格式的字體文件。克隆項目到本地:
git clone https://github.com/Alessandro-Pang/reader-font.git進入項目目錄:
cd reader-font安裝依賴:
npm install啟動項目:
npm run dev在瀏覽器中打開http://localhost:3000查看項目。


歡迎對本項目進行貢獻!請遵循以下步驟:
git checkout -b feature/YourFeature )。git commit -m 'Add some feature' )。git push origin feature/YourFeature )。本項目基於MIT 許可證開源,詳情請參閱LICENSE 文件。