-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWCUIKit.plist
More file actions
21 lines (21 loc) · 774 Bytes
/
WCUIKit.plist
File metadata and controls
21 lines (21 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIAppFonts</key>
<array>
<string>Roboto-Regular.ttf</string>
<string>Roboto-Medium.ttf</string>
<string>Roboto-Light.ttf</string>
<string>Roboto-MediumItalic.ttf</string>
<string>Roboto-ThinItalic.ttf</string>
<string>Roboto-BoldItalic.ttf</string>
<string>Roboto-LightItalic.ttf</string>
<string>Roboto-Italic.ttf</string>
<string>Roboto-BlackItalic.ttf</string>
<string>Roboto-Bold.ttf</string>
<string>Roboto-Thin.ttf</string>
<string>Roboto.Black.ttf</string>
</array>
</dict>
</plist>