Skip to content

Commit 7fd5e16

Browse files
committed
change labels font
1 parent 68bfce5 commit 7fd5e16

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

AnimalsApp/AnimalsApp/Views/DetailViewController/DetailViewController.xib

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<capability name="System colors in document resources" minToolsVersion="11.0"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
11+
<customFonts key="customFonts">
12+
<array key="OpenSans-Regular.ttf">
13+
<string>OpenSans</string>
14+
</array>
15+
</customFonts>
1116
<objects>
1217
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DetailViewController" customModule="AnimalsApp" customModuleProvider="target">
1318
<connections>
@@ -29,29 +34,29 @@
2934
<constraint firstAttribute="height" constant="227" id="zTd-kL-xJq"/>
3035
</constraints>
3136
</imageView>
32-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EVF-pt-124">
37+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Nome" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EVF-pt-124">
3338
<rect key="frame" x="16" y="268" width="343" height="27"/>
3439
<constraints>
3540
<constraint firstAttribute="height" constant="27" id="wZX-nl-zep"/>
3641
</constraints>
37-
<fontDescription key="fontDescription" type="system" pointSize="18"/>
42+
<fontDescription key="fontDescription" name="OpenSans" family="Open Sans" pointSize="22"/>
3843
<nil key="textColor"/>
3944
<nil key="highlightedColor"/>
4045
</label>
41-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bwj-g9-aso">
46+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Espécie" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bwj-g9-aso">
4247
<rect key="frame" x="16" y="311" width="343" height="24"/>
4348
<constraints>
4449
<constraint firstAttribute="height" constant="24" id="jo6-UN-Yy7"/>
4550
</constraints>
46-
<fontDescription key="fontDescription" type="system" pointSize="14"/>
51+
<fontDescription key="fontDescription" name="OpenSans" family="Open Sans" pointSize="17"/>
4752
<nil key="textColor"/>
4853
<nil key="highlightedColor"/>
4954
</label>
50-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="ssddd" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="p4c-HV-eo6">
55+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="Descrição" textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="p4c-HV-eo6">
5156
<rect key="frame" x="10" y="359" width="349" height="271"/>
5257
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
5358
<color key="textColor" systemColor="labelColor"/>
54-
<fontDescription key="fontDescription" type="system" pointSize="14"/>
59+
<fontDescription key="fontDescription" name="OpenSans" family="Open Sans" pointSize="17"/>
5560
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
5661
</textView>
5762
</subviews>

0 commit comments

Comments
 (0)