change font
This commit is contained in:
parent
42892185ff
commit
6cd0743fe0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2,16 +2,8 @@
|
|||
"migIndex": 1,
|
||||
"data": [
|
||||
{
|
||||
"path": "src/assets/fonts/Inconsolata Condensed Medium.ttf",
|
||||
"sha1": "352263ace35c1aefd0cdc387e32189351cbbc112"
|
||||
},
|
||||
{
|
||||
"path": "src/assets/fonts/Inconsolata Medium.ttf",
|
||||
"sha1": "f72a59ce0107983a5fff171d27da81e8c128c8b2"
|
||||
},
|
||||
{
|
||||
"path": "src/assets/fonts/Inconsolata Regular.ttf",
|
||||
"sha1": "55181a8eafc09ca273f978d6e35d2ed46e47e570"
|
||||
"path": "src/assets/fonts/Inter.ttf",
|
||||
"sha1": "ee5c2e22ffeddefc433c9aa4c76779bb73a5c682"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -15,9 +15,7 @@
|
|||
58940AC09FE604344D51726A /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F1DBBD5DD87F91495BD823DB /* PrivacyInfo.xcprivacy */; };
|
||||
7699B88040F8A987B510C191 /* libPods-keycardExit-keycardExitTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-keycardExit-keycardExitTests.a */; };
|
||||
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
||||
B411AC695C5A4B95AD8C63CF /* Inconsolata Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BFDDB358DEF6415188C7C046 /* Inconsolata Medium.ttf */; };
|
||||
B9C3311BDD14496BBB4E1CA8 /* Inconsolata Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C152A6052C4C4603A1D67162 /* Inconsolata Regular.ttf */; };
|
||||
BB2182DA25304A4597E3C05B /* Inconsolata Condensed Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B73A75AC252241AD9A88316F /* Inconsolata Condensed Medium.ttf */; };
|
||||
E492A042D06744D08F8EC919 /* Inter.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4172BED27DB8401BAF5AC8F6 /* Inter.ttf */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
|
@ -48,12 +46,10 @@
|
|||
5DCACB8F33CDC322A6C60F78 /* libPods-keycardExit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-keycardExit.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = keycardExit/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
89C6BE57DB24E9ADA2F236DE /* Pods-keycardExit-keycardExitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-keycardExit-keycardExitTests.release.xcconfig"; path = "Target Support Files/Pods-keycardExit-keycardExitTests/Pods-keycardExit-keycardExitTests.release.xcconfig"; sourceTree = "<group>"; };
|
||||
B73A75AC252241AD9A88316F /* Inconsolata Condensed Medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Inconsolata Condensed Medium.ttf"; path = "../src/assets/fonts/Inconsolata Condensed Medium.ttf"; sourceTree = "<group>"; };
|
||||
BFDDB358DEF6415188C7C046 /* Inconsolata Medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Inconsolata Medium.ttf"; path = "../src/assets/fonts/Inconsolata Medium.ttf"; sourceTree = "<group>"; };
|
||||
C0762F512C9C169400E82882 /* keycardExit.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = keycardExit.entitlements; path = keycardExit/keycardExit.entitlements; sourceTree = "<group>"; };
|
||||
C152A6052C4C4603A1D67162 /* Inconsolata Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Inconsolata Regular.ttf"; path = "../src/assets/fonts/Inconsolata Regular.ttf"; sourceTree = "<group>"; };
|
||||
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
||||
F1DBBD5DD87F91495BD823DB /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = keycardExit/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
||||
4172BED27DB8401BAF5AC8F6 /* Inter.ttf */ = {isa = PBXFileReference; name = "Inter.ttf"; path = "../src/assets/fonts/Inter.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
@ -154,9 +150,7 @@
|
|||
992F09F0E661463D9AC551F7 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C152A6052C4C4603A1D67162 /* Inconsolata Regular.ttf */,
|
||||
B73A75AC252241AD9A88316F /* Inconsolata Condensed Medium.ttf */,
|
||||
BFDDB358DEF6415188C7C046 /* Inconsolata Medium.ttf */,
|
||||
4172BED27DB8401BAF5AC8F6 /* Inter.ttf */,
|
||||
);
|
||||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
|
@ -267,10 +261,8 @@
|
|||
files = (
|
||||
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
|
||||
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
||||
B9C3311BDD14496BBB4E1CA8 /* Inconsolata Regular.ttf in Resources */,
|
||||
BB2182DA25304A4597E3C05B /* Inconsolata Condensed Medium.ttf in Resources */,
|
||||
B411AC695C5A4B95AD8C63CF /* Inconsolata Medium.ttf in Resources */,
|
||||
58940AC09FE604344D51726A /* PrivacyInfo.xcprivacy in Resources */,
|
||||
E492A042D06744D08F8EC919 /* Inter.ttf in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<true/>
|
||||
</dict>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string></string>
|
||||
<string/>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>LaunchScreen</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
|
@ -59,9 +59,7 @@
|
|||
<false/>
|
||||
<key>UIAppFonts</key>
|
||||
<array>
|
||||
<string>Inconsolata Regular.ttf</string>
|
||||
<string>Inconsolata Condensed Medium.ttf</string>
|
||||
<string>Inconsolata Medium.ttf</string>
|
||||
<string>Inter.ttf</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -2,16 +2,8 @@
|
|||
"migIndex": 1,
|
||||
"data": [
|
||||
{
|
||||
"path": "src/assets/fonts/Inconsolata Condensed Medium.ttf",
|
||||
"sha1": "352263ace35c1aefd0cdc387e32189351cbbc112"
|
||||
},
|
||||
{
|
||||
"path": "src/assets/fonts/Inconsolata Medium.ttf",
|
||||
"sha1": "f72a59ce0107983a5fff171d27da81e8c128c8b2"
|
||||
},
|
||||
{
|
||||
"path": "src/assets/fonts/Inconsolata Regular.ttf",
|
||||
"sha1": "55181a8eafc09ca273f978d6e35d2ed46e47e570"
|
||||
"path": "src/assets/fonts/Inter.ttf",
|
||||
"sha1": "ee5c2e22ffeddefc433c9aa4c76779bb73a5c682"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -42,12 +42,12 @@ const modalStyle = StyleSheet.create({
|
|||
header: {
|
||||
paddingTop: '7%',
|
||||
fontSize: 22,
|
||||
fontFamily: 'Inconsolata Regular'
|
||||
fontFamily: 'Inter'
|
||||
},
|
||||
prompt: {
|
||||
paddingTop: '10%',
|
||||
fontSize: 16,
|
||||
fontFamily: 'Inconsolata Regular'
|
||||
fontFamily: 'Inter'
|
||||
},
|
||||
iconContainer: {
|
||||
width: 80,
|
||||
|
|
|
@ -39,12 +39,12 @@ const modalStyle = StyleSheet.create({
|
|||
header: {
|
||||
paddingTop: '7%',
|
||||
fontSize: 22,
|
||||
fontFamily: 'Inconsolata Regular'
|
||||
fontFamily: 'Inter'
|
||||
},
|
||||
prompt: {
|
||||
paddingTop: '10%',
|
||||
fontSize: 16,
|
||||
fontFamily: 'Inconsolata Regular'
|
||||
fontFamily: 'Inter'
|
||||
},
|
||||
iconContainer: {
|
||||
width: 80,
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -37,7 +37,7 @@ const buttonStyle = StyleSheet.create({
|
|||
title: {
|
||||
color: "white",
|
||||
textTransform: 'uppercase',
|
||||
fontFamily: 'Inconsolata Medium',
|
||||
fontFamily: 'Inter',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
@ -70,19 +70,19 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
pinText: {
|
||||
fontSize: 28,
|
||||
fontFamily: 'Inconsolata Medium',
|
||||
fontFamily: 'Inter',
|
||||
color: "white",
|
||||
},
|
||||
pinSubText: {
|
||||
fontSize: 18,
|
||||
fontFamily: 'Inconsolata Regular',
|
||||
fontFamily: 'Inter',
|
||||
color: "white",
|
||||
marginVertical: 30,
|
||||
},
|
||||
|
||||
pinAttempts: {
|
||||
fontSize: 18,
|
||||
fontFamily: 'Inconsolata Regular',
|
||||
fontFamily: 'Inter',
|
||||
color: "white",
|
||||
marginTop: -10,
|
||||
marginBottom: 30
|
||||
|
|
|
@ -53,7 +53,7 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
dialPadText: {
|
||||
color: "white",
|
||||
fontFamily: 'Inconsolata Regular'
|
||||
fontFamily: 'Inter'
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ const styles = StyleSheet.create({
|
|||
color: 'white',
|
||||
textAlign: 'center',
|
||||
fontSize: 18,
|
||||
fontFamily: 'Inconsolata Regular'
|
||||
fontFamily: 'Inter'
|
||||
},
|
||||
btnContainer: {
|
||||
paddingTop: '7%'
|
||||
|
|
|
@ -26,14 +26,14 @@ const styles = StyleSheet.create({
|
|||
heading: {
|
||||
textAlign: 'center',
|
||||
fontSize: 30,
|
||||
fontFamily: 'Inconsolata Medium',
|
||||
fontFamily: 'Inter',
|
||||
color: '#199515',
|
||||
marginTop: '50%'
|
||||
},
|
||||
prompt: {
|
||||
textAlign: 'center',
|
||||
fontSize: 18,
|
||||
fontFamily: 'Inconsolata Regular',
|
||||
fontFamily: 'Inter',
|
||||
color: 'white',
|
||||
marginTop: '5%'
|
||||
}
|
||||
|
|
|
@ -114,14 +114,14 @@ const styles = StyleSheet.create({
|
|||
heading: {
|
||||
textAlign: 'center',
|
||||
fontSize: 30,
|
||||
fontFamily: 'Inconsolata Medium',
|
||||
fontFamily: 'Inter',
|
||||
color: '#199515',
|
||||
marginTop: '50%'
|
||||
},
|
||||
prompt: {
|
||||
textAlign: 'center',
|
||||
fontSize: 18,
|
||||
fontFamily: 'Inconsolata Regular',
|
||||
fontFamily: 'Inter',
|
||||
color: 'white',
|
||||
marginTop: '5%'
|
||||
}
|
||||
|
|
|
@ -105,7 +105,7 @@ const styles = StyleSheet.create({
|
|||
textAlign: 'center',
|
||||
marginTop: 30,
|
||||
fontSize: 28,
|
||||
fontFamily: 'Inconsolata Medium',
|
||||
fontFamily: 'Inter',
|
||||
color: "white",
|
||||
paddingBottom: 20
|
||||
},
|
||||
|
@ -120,7 +120,7 @@ const styles = StyleSheet.create({
|
|||
mnemonic: {
|
||||
color: "white",
|
||||
textAlignVertical: 'bottom',
|
||||
fontFamily: 'Inconsolata Regular',
|
||||
fontFamily: 'Inter',
|
||||
fontSize: 16
|
||||
},
|
||||
btnContainer: {
|
||||
|
@ -132,7 +132,7 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
errorMessage: {
|
||||
color: "white",
|
||||
fontFamily: 'Inconsolata Regular',
|
||||
fontFamily: 'Inter',
|
||||
textAlign: 'center',
|
||||
paddingTop: '10%'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue