Skip to content

Commit 8e3e576

Browse files
committed
typography adjustments
1 parent 3c0d8e4 commit 8e3e576

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

css/sass/utilities.typography.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ em, .italic { font-style:italic; }
1111
.text-14, small {font-size:14px;}
1212
.text-16, body, p, h6, h5 {font-size:16px;}
1313
.text-18, h4 {font-size:18px;}
14-
.text-20, h3 {font-size:24px;}
15-
.text-24, h2 {font-size:36px;}
16-
.text-32, h1 {font-size:48px;}
14+
.text-24, h3 {font-size:24px;}
15+
.text-36, h2 {font-size:36px;}
16+
.text-48, h1 {font-size:48px;}
1717

1818
.uppercase { text-transform:uppercase; }
1919
.lowercase { text-transform:lowercase; }
2020

21-
.letter-space-1 { letter-spacing:1px; }
21+
.lineheight-1 { line-height: 1; }

css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/stylesheets/utilities.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ em, .italic { font-style: italic; }
4141

4242
.text-18, h4 { font-size: 18px; }
4343

44-
.text-20, h3 { font-size: 24px; }
44+
.text-24, h3 { font-size: 24px; }
4545

46-
.text-24, h2 { font-size: 36px; }
46+
.text-36, h2 { font-size: 36px; }
4747

48-
.text-32, h1 { font-size: 48px; }
48+
.text-48, h1 { font-size: 48px; }
4949

5050
.uppercase { text-transform: uppercase; }
5151

5252
.lowercase { text-transform: lowercase; }
5353

54-
.letter-space-1 { letter-spacing: 1px; }
54+
.lineheight-1 { line-height: 1; }
5555

5656
/* Color Utils */
5757
.bgr-blue-lt { background-color: #75c5df; }

styleguide/components/modal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1 class="marg-3-bottom text-blue-lt text-light border-bottom">Modal</h1>
3636
<div class="overlay abs wide bgr-trans-dark hidden" id="modalSuccess">
3737
<div class="abs pos-top pos-left wide tall clickable" data-modal-close></div>
3838
<div class="modal rel pos-top pos-left bgr-white box-center box-400 pad-3 rounded shadow" id="modalSuccessContent">
39-
<span href="#" class="abs pos-top pos-right pad-btn-large clickable text-gray" data-modal-close>&times;</span>
39+
<span href="#" class="abs pos-top pos-right pad-btn-large clickable text-gray text-24" data-modal-close>&times;</span>
4040
<h3 class="pad-1-bottom">All Set!</h3>
4141
<p>Congratulations. You did it.</p>
4242
<div class="pad-2-top text-right">

styleguide/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h3 class="marg-2-bottom bgr-green-dk text-white text-light pad-2-sides">Typogra
7676
<p>Maintain consistency by using utility classes for font size, weight and styling. Margin and padding are 0 for <code>h1-h6</code>.</p>
7777
</div>
7878
<div class="grid-12 pad-3-bottom">
79-
<h3 class="grid-12 text-32 text-light marg-3-bottom">Titillium</h3>
79+
<h3 class="grid-12 text-48 text-light marg-3-bottom">Titillium</h3>
8080
<div class="grid-12 pad-3-bottom">
8181
<div class="grid-3 m-grid-4 s-grid-12 pad-3-right">
8282
<p>Regular<br/><code class="text-small-2">.text-reg</code></p>
@@ -129,9 +129,9 @@ <h3 class="grid-12 text-32 text-light marg-3-bottom">Titillium</h3>
129129
<div class="grid-12 pad-3-bottom">
130130
<div class="grid-12 pad-3-bottom">
131131
<div class="grid-12 pad-2-bottom">
132-
<span class="text-32">text-32, h1</span><br/>
133-
<span class="text-24">text-24, h2</span><br/>
134-
<span class="text-20">text-20, h3</span><br/>
132+
<span class="text-48">text-48, h1</span><br/>
133+
<span class="text-36">text-36, h2</span><br/>
134+
<span class="text-24">text-24, h3</span><br/>
135135
<span class="text-18">text-18, h4</span><br/>
136136
<span class="text-16">text-16, body, p, h6, h5</span><br/>
137137
<span class="text-14">text-14, small</span><br/>

0 commit comments

Comments
 (0)