Update README

This commit is contained in:
Akring 2021-04-20 00:17:29 +08:00
parent a09ee7cde5
commit 860fe7eb3d
6 changed files with 10 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitignore vendored
View File

@ -109,5 +109,8 @@ xcuserdata
!*.xcworkspace/contents.xcworkspacedata !*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings **/xcshareddata/WorkspaceSettings.xcsettings
.DS_Store
# End of https://www.toptal.com/developers/gitignore/api/xcode,swift,swiftpackagemanager # End of https://www.toptal.com/developers/gitignore/api/xcode,swift,swiftpackagemanager
.DS_Store

View File

@ -7,12 +7,12 @@
<key>FontFace (iOS).xcscheme_^#shared#^_</key> <key>FontFace (iOS).xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>0</integer> <integer>1</integer>
</dict> </dict>
<key>FontFace (macOS).xcscheme_^#shared#^_</key> <key>FontFace (macOS).xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>1</integer> <integer>0</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>

View File

@ -1,4 +1,8 @@
[![forthebadge](https://forthebadge.com/images/badges/made-with-swift.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com)
# FontFace # FontFace
Font previewer for macOS An open source Font previewer for macOS with pure Swift, powered by SwiftUI.
![main](./screenshots/main.jpg) ![main](./screenshots/main.jpg)

BIN
screenshots/.DS_Store vendored

Binary file not shown.