Skip to content

Commit c441745

Browse files
committed
Remove Garamond from the WordPress app
We’ll use New York instead and avoid shipping a custom font to the store
1 parent d28ffeb commit c441745

File tree

5 files changed

+1
-101
lines changed

5 files changed

+1
-101
lines changed

WordPress/Classes/ViewRelated/NUX/Controllers/SplashPrologue/SplashPrologueStyleGuide.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ struct SplashPrologueStyleGuide {
66
static let backgroundColor = UIColor(light: .colorFromHex("F6F7F7"), dark: .colorFromHex("2C3338"))
77

88
struct Title {
9-
static let font = Font.custom("EBGaramond-Regular", size: 25)
9+
static let font = Font.system(size: 25, weight: .regular, design: .serif)
1010
static let textColor = UIColor(light: .colorFromHex("101517"), dark: .white)
1111
}
1212

-547 KB
Binary file not shown.

WordPress/Fonts/OFL - EBGaramond-Regular.txt

-93
This file was deleted.

WordPress/Info.plist

-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@
546546
<key>UIAppFonts</key>
547547
<array>
548548
<string>Noticons.ttf</string>
549-
<string>EBGaramond-Regular.ttf</string>
550549
</array>
551550
<key>UIBackgroundModes</key>
552551
<array>

WordPress/WordPress.xcodeproj/project.pbxproj

-6
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,6 @@
10871087
BED4D8331FF11E3800A11345 /* LoginFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = BED4D8321FF11E3800A11345 /* LoginFlow.swift */; };
10881088
C314543B262770BE005B216B /* BlogServiceAuthorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C314543A262770BE005B216B /* BlogServiceAuthorTests.swift */; };
10891089
C31466CC2939950900D62FC7 /* MigrationLoadWordPressViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31466CB2939950900D62FC7 /* MigrationLoadWordPressViewController.swift */; };
1090-
C31B6D7828BFE8B100E64FEB /* EBGaramond-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C31B6D7728BFE8B100E64FEB /* EBGaramond-Regular.ttf */; };
10911090
C33A5ADC2935848F00961E3A /* MigrationAppDetection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C33A5ADB2935848F00961E3A /* MigrationAppDetection.swift */; };
10921091
C34E94BA28EDF7D900D27A16 /* InfiniteScrollerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C34E94B928EDF7D900D27A16 /* InfiniteScrollerView.swift */; };
10931092
C34E94BC28EDF80700D27A16 /* InfiniteScrollerViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C34E94BB28EDF80700D27A16 /* InfiniteScrollerViewDelegate.swift */; };
@@ -2903,8 +2902,6 @@
29032902
BED4D8321FF11E3800A11345 /* LoginFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginFlow.swift; sourceTree = "<group>"; };
29042903
C314543A262770BE005B216B /* BlogServiceAuthorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlogServiceAuthorTests.swift; sourceTree = "<group>"; };
29052904
C31466CB2939950900D62FC7 /* MigrationLoadWordPressViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MigrationLoadWordPressViewController.swift; sourceTree = "<group>"; };
2906-
C31B6D7728BFE8B100E64FEB /* EBGaramond-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "EBGaramond-Regular.ttf"; sourceTree = "<group>"; };
2907-
C31B6D7928BFEFD500E64FEB /* OFL - EBGaramond-Regular.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "OFL - EBGaramond-Regular.txt"; sourceTree = "<group>"; };
29082905
C33A5ADB2935848F00961E3A /* MigrationAppDetection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MigrationAppDetection.swift; sourceTree = "<group>"; };
29092906
C34E94B928EDF7D900D27A16 /* InfiniteScrollerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfiniteScrollerView.swift; sourceTree = "<group>"; };
29102907
C34E94BB28EDF80700D27A16 /* InfiniteScrollerViewDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfiniteScrollerViewDelegate.swift; sourceTree = "<group>"; };
@@ -7466,8 +7463,6 @@
74667463
isa = PBXGroup;
74677464
children = (
74687465
F5A34D0C25DF2F7700C9654B /* Noticons.ttf */,
7469-
C31B6D7728BFE8B100E64FEB /* EBGaramond-Regular.ttf */,
7470-
C31B6D7928BFEFD500E64FEB /* OFL - EBGaramond-Regular.txt */,
74717466
);
74727467
path = Fonts;
74737468
sourceTree = "<group>";
@@ -8305,7 +8300,6 @@
83058300
08BA4BC7298A9AD500015BD2 /* JetpackInstallPluginLogoAnimation_rtl.json in Resources */,
83068301
1761F18426209AEE000815EF /* jetpack-green-icon-app-76x76@2x.png in Resources */,
83078302
2FAE970C0E33B21600CA8540 /* xhtml1-transitional.dtd in Resources */,
8308-
C31B6D7828BFE8B100E64FEB /* EBGaramond-Regular.ttf in Resources */,
83098303
1761F17226209AEE000815EF /* open-source-dark-icon-app-60x60@3x.png in Resources */,
83108304
406A0EF0224D39C50016AD6A /* Flags.xcassets in Resources */,
83118305
1761F17926209AEE000815EF /* wordpress-dark-icon-app-60x60@2x.png in Resources */,

0 commit comments

Comments
 (0)