Skip to content

Commit befd819

Browse files
author
mrmrs
committed
Make type a little smaller.
1 parent be61b23 commit befd819

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,14 @@ <h1 class="f5 ttu tracked fw6">Principles</h1>
154154
<div class="cf">
155155
<article class="fl pv2 w-100 w-50-l pr3-l">
156156
<h2 class="f4 f1-l fw6 mb0">Responsive</h2>
157-
<p class="f5 f3-ns measure lh-copy mt0">
157+
<p class="f5 f4-ns measure lh-copy mt0">
158158
Everything should be 100% responsive. Your website should work regardless of a users
159159
device or screensize.
160160
</p>
161161
</article>
162162
<article class="pv2 fl w-100 w-50-l pl3-l">
163163
<h2 class="f4 f1-l fw6 mb0">Readable</h2>
164-
<p class="f5 f3-ns measure lh-copy mt0">
164+
<p class="f5 f4-ns measure lh-copy mt0">
165165
No matter the lighting, or the device, font-sizes should be
166166
large enough and contrast should be high enough for your
167167
users to easily read your content.
@@ -173,14 +173,14 @@ <h2 class="f4 f1-l fw6 mb0">Readable</h2>
173173
<h2 class="f4 f1-l fw6 mb0">
174174
Modular
175175
</h2>
176-
<p class="f5 f3-ns measure lh-copy mt0">
176+
<p class="f5 f4-ns measure lh-copy mt0">
177177
Tachyons isn't a monolithic framework. It's a collection of small modules
178178
that can be mixed and matched or used independently. Use what you need. Leave the rest.
179179
</p>
180180
</article>
181181
<article class="pv2 fl w-100 w-50-l pl3-l">
182182
<h2 class="f4 f1-l fw6 mb0">Performant</h2>
183-
<p class="f5 f3-ns measure lh-copy mt0">
183+
<p class="f5 f4-ns measure lh-copy mt0">
184184
Code should be optimized for performance.
185185
</p>
186186
</article>
@@ -190,13 +190,13 @@ <h2 class="f4 f1-l fw6 mb0">Performant</h2>
190190
<h2 class="f4 f1-l fw6 mb0">
191191
Reusable
192192
</h2>
193-
<p class="f5 f3-ns measure lh-copy mt0">
193+
<p class="f5 f4-ns measure lh-copy mt0">
194194
Doing one thing well, promotes reusability and reduces redundancy in a codebase.
195195
</p>
196196
</article>
197197
<article class="pv2 fl w-100 w-50-l pl0 pl3-l">
198198
<h2 class="f4 f1-l fw6 mb0">Documented</h2>
199-
<p class="f5 f3-ns measure lh-copy mt0">
199+
<p class="f5 f4-ns measure lh-copy mt0">
200200
Documenting your design system is the easiest way to creating a shared understanding with teammates. We
201201
aim to create a comprehensive set of docs that make it easy for both beginners
202202
&amp; experts to harness the power of Tachyons.

src/templates/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ <h1 class="f5 ttu tracked fw6">Principles</h1>
111111
<div class="cf">
112112
<article class="fl pv2 w-100 w-50-l pr3-l">
113113
<h2 class="f4 f1-l fw6 mb0">Responsive</h2>
114-
<p class="f5 f3-ns measure lh-copy mt0">
114+
<p class="f5 f4-ns measure lh-copy mt0">
115115
Everything should be 100% responsive. Your website should work regardless of a users
116116
device or screensize.
117117
</p>
118118
</article>
119119
<article class="pv2 fl w-100 w-50-l pl3-l">
120120
<h2 class="f4 f1-l fw6 mb0">Readable</h2>
121-
<p class="f5 f3-ns measure lh-copy mt0">
121+
<p class="f5 f4-ns measure lh-copy mt0">
122122
No matter the lighting, or the device, font-sizes should be
123123
large enough and contrast should be high enough for your
124124
users to easily read your content.
@@ -130,14 +130,14 @@ <h2 class="f4 f1-l fw6 mb0">Readable</h2>
130130
<h2 class="f4 f1-l fw6 mb0">
131131
Modular
132132
</h2>
133-
<p class="f5 f3-ns measure lh-copy mt0">
133+
<p class="f5 f4-ns measure lh-copy mt0">
134134
Tachyons isn't a monolithic framework. It's a collection of small modules
135135
that can be mixed and matched or used independently. Use what you need. Leave the rest.
136136
</p>
137137
</article>
138138
<article class="pv2 fl w-100 w-50-l pl3-l">
139139
<h2 class="f4 f1-l fw6 mb0">Performant</h2>
140-
<p class="f5 f3-ns measure lh-copy mt0">
140+
<p class="f5 f4-ns measure lh-copy mt0">
141141
Code should be optimized for performance.
142142
</p>
143143
</article>
@@ -147,13 +147,13 @@ <h2 class="f4 f1-l fw6 mb0">Performant</h2>
147147
<h2 class="f4 f1-l fw6 mb0">
148148
Reusable
149149
</h2>
150-
<p class="f5 f3-ns measure lh-copy mt0">
150+
<p class="f5 f4-ns measure lh-copy mt0">
151151
Doing one thing well, promotes reusability and reduces redundancy in a codebase.
152152
</p>
153153
</article>
154154
<article class="pv2 fl w-100 w-50-l pl0 pl3-l">
155155
<h2 class="f4 f1-l fw6 mb0">Documented</h2>
156-
<p class="f5 f3-ns measure lh-copy mt0">
156+
<p class="f5 f4-ns measure lh-copy mt0">
157157
Documenting your design system is the easiest way to creating a shared understanding with teammates. We
158158
aim to create a comprehensive set of docs that make it easy for both beginners
159159
&amp; experts to harness the power of Tachyons.

0 commit comments

Comments
 (0)