Skip to content

Commit e7165e0

Browse files
author
mrmrs
committed
New docs who dis
1 parent e1edaa5 commit e7165e0

File tree

95 files changed

+5722
-369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+5722
-369
lines changed

docs/debug-grid/index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,16 @@ <h1>Image Title</h1>
147147
</div>
148148
<div class="mt5 cf">
149149
<div class="dib mr4">
150-
<h1 class="f4 ttu tracked fw6">Previous</h1>
150+
<h4 class="f6 fw6">Previous</h4>
151151
<a href="/docs/layout/debug/" class="link fw6 blue dim">Debug</a>
152152
</div>
153153
<div class="dib">
154-
<h1 class="f4 ttu tracked fw6">Next</h1>
154+
<h4 class="f6 fw6">Next</h4>
155155
<a href="/docs/layout/grid/" class="link fw6 blue dim">Grid</a>
156156
</div>
157157
</div>
158158
<div class="mt5">
159-
<h4 class="f6 f5-ns fw6">Reference</h4>
159+
<h4 class="f6 fw6">Reference</h4>
160160
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/outline" class="db link fw6 blue dim">MDN - Outline</a>
161161
</div>
162162
</div>
@@ -210,13 +210,23 @@ <h2 class="f6 fw7 ttu tracked" id="typography">Typography</h2>
210210
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/line-height" title="Line Height">Line Height / Leading</a>
211211
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/tracking" title="Tracking">Tracking</a>
212212
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-weight" title="Font Weights">Font Weights</a>
213-
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
214213
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-style" title="Font Families">Font Style</a>
215214
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/vertical-align" title="Font Families">Vertical Align</a>
216215
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-align" title="Text Align">Text Align</a>
217216
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-transform" title="Text Transform">Text Transform</a>
218217
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-decoration" title="Text Decoration">Text Decoration</a>
219218
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/white-space" title="White Space">White Space</a>
219+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
220+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/avenir" title="Font Families">Avenir Next</a>
221+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/helvetica" title="Font Families">Helvetica</a>
222+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/roboto" title="Font Families">Roboto</a>
223+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/san-francisco" title="Font Families">San Francisco</a>
224+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-sans-serif" title="Font Families">System Sans-Serif</a>
225+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/athelas" title="Font Families">Athelas</a>
226+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/baskerville" title="Font Families">Baskerville</a>
227+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/garamond" title="Font Families">Garamond</a>
228+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/georgia" title="Font Families">Georgia</a>
229+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-serif" title="Font Families">System Serif</a>
220230
</article>
221231
<article class="fn fl-ns w-100 w-25-l">
222232
<h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>

docs/debug/index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,16 +290,16 @@ <h3 class="f5 book pt4 caps">Debug All</h3>
290290
</div>
291291
<div class="mt5 cf">
292292
<div class="dib mr4">
293-
<h1 class="f4 ttu tracked fw6">Previous</h1>
293+
<h4 class="f6 fw6">Previous</h4>
294294
<a href="/docs/typography/white-space/" class="link fw6 blue dim">White Space</a>
295295
</div>
296296
<div class="dib">
297-
<h1 class="f4 ttu tracked fw6">Next</h1>
297+
<h4 class="f6 fw6">Next</h4>
298298
<a href="/docs/layout/box-sizing/" class="link fw6 blue dim">Box Sizing</a>
299299
</div>
300300
</div>
301301
<div class="mt5">
302-
<h4 class="f6 f5-ns fw6">Reference</h4>
302+
<h4 class="f6 fw6">Reference</h4>
303303
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/outline" class="db link fw6 blue dim">MDN - Outline</a>
304304
</div>
305305
</div>
@@ -475,13 +475,23 @@ <h2 class="f6 fw7 ttu tracked" id="typography">Typography</h2>
475475
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/line-height" title="Line Height">Line Height / Leading</a>
476476
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/tracking" title="Tracking">Tracking</a>
477477
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-weight" title="Font Weights">Font Weights</a>
478-
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
479478
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-style" title="Font Families">Font Style</a>
480479
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/vertical-align" title="Font Families">Vertical Align</a>
481480
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-align" title="Text Align">Text Align</a>
482481
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-transform" title="Text Transform">Text Transform</a>
483482
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-decoration" title="Text Decoration">Text Decoration</a>
484483
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/white-space" title="White Space">White Space</a>
484+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
485+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/avenir" title="Font Families">Avenir Next</a>
486+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/helvetica" title="Font Families">Helvetica</a>
487+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/roboto" title="Font Families">Roboto</a>
488+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/san-francisco" title="Font Families">San Francisco</a>
489+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-sans-serif" title="Font Families">System Sans-Serif</a>
490+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/athelas" title="Font Families">Athelas</a>
491+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/baskerville" title="Font Families">Baskerville</a>
492+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/garamond" title="Font Families">Garamond</a>
493+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/georgia" title="Font Families">Georgia</a>
494+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-serif" title="Font Families">System Serif</a>
485495
</article>
486496
<article class="fn fl-ns w-100 w-25-l">
487497
<h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>

docs/elements/forms/index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ <h2 class="f3 bold">Examples</h2>
9090
</form>
9191
<div class="mt5 cf">
9292
<div class="dib mr4">
93-
<h1 class="f4 ttu tracked fw6">Previous</h1>
93+
<h4 class="f6 fw6">Previous</h4>
9494
<a href="/docs/elements/lists/" class="link fw6 blue dim">Lists</a>
9595
</div>
9696
<div class="dib">
97-
<h1 class="f4 ttu tracked fw6">Next</h1>
97+
<h4 class="f6 fw6">Next</h4>
9898
<a href="/docs/typography/scale/" class="link fw6 blue dim">Type Scale</a>
9999
</div>
100100
</div>
101101
<div class="mt5">
102-
<h4 class="f6 f5-ns fw6">Reference</h4>
102+
<h4 class="f6 fw6">Reference</h4>
103103
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/%3Ahover" class="link db fw6 blue dim">MDN - Hover</a>
104104
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/%3Afocus" class="link db fw6 blue dim">MDN - Focus</a>
105105
</div>
@@ -144,13 +144,23 @@ <h2 class="f6 fw7 ttu tracked" id="typography">Typography</h2>
144144
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/line-height" title="Line Height">Line Height / Leading</a>
145145
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/tracking" title="Tracking">Tracking</a>
146146
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-weight" title="Font Weights">Font Weights</a>
147-
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
148147
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-style" title="Font Families">Font Style</a>
149148
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/vertical-align" title="Font Families">Vertical Align</a>
150149
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-align" title="Text Align">Text Align</a>
151150
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-transform" title="Text Transform">Text Transform</a>
152151
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-decoration" title="Text Decoration">Text Decoration</a>
153152
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/white-space" title="White Space">White Space</a>
153+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
154+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/avenir" title="Font Families">Avenir Next</a>
155+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/helvetica" title="Font Families">Helvetica</a>
156+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/roboto" title="Font Families">Roboto</a>
157+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/san-francisco" title="Font Families">San Francisco</a>
158+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-sans-serif" title="Font Families">System Sans-Serif</a>
159+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/athelas" title="Font Families">Athelas</a>
160+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/baskerville" title="Font Families">Baskerville</a>
161+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/garamond" title="Font Families">Garamond</a>
162+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/georgia" title="Font Families">Georgia</a>
163+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-serif" title="Font Families">System Serif</a>
154164
</article>
155165
<article class="fn fl-ns w-100 w-25-l">
156166
<h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>

docs/elements/images/index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ <h3 class="f5 book pt4 caps">Image</h3>
7171
<img src="/img/under-canvas.jpg" class="db mw-100" alt="night sky over water">
7272
<div class="mt5 cf">
7373
<div class="dib mr4">
74-
<h1 class="f4 ttu tracked fw6">Previous</h1>
74+
<h4 class="f6 fw6">Previous</h4>
7575
<a href="/docs/themes/border-radius/" class="link fw6 blue dim">Border Radius</a>
7676
</div>
7777
<div class="dib">
78-
<h1 class="f4 ttu tracked fw6">Next</h1>
78+
<h4 class="f6 fw6">Next</h4>
7979
<a href="/docs/elements/links/" class="link fw6 blue dim">Links</a>
8080
</div>
8181
</div>
8282
<div class="mt5">
83-
<h4 class="f6 f5-ns fw6">Reference</h4>
83+
<h4 class="f6 fw6">Reference</h4>
8484
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img" class="db link fw6 blue dim">MDN - Images HTML</a>
8585
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/image" class="db link fw6 blue dim">MDN - Images css</a>
8686
</div>
@@ -99,13 +99,23 @@ <h2 class="f6 fw7 ttu tracked" id="typography">Typography</h2>
9999
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/line-height" title="Line Height">Line Height / Leading</a>
100100
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/tracking" title="Tracking">Tracking</a>
101101
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-weight" title="Font Weights">Font Weights</a>
102-
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
103102
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-style" title="Font Families">Font Style</a>
104103
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/vertical-align" title="Font Families">Vertical Align</a>
105104
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-align" title="Text Align">Text Align</a>
106105
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-transform" title="Text Transform">Text Transform</a>
107106
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-decoration" title="Text Decoration">Text Decoration</a>
108107
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/white-space" title="White Space">White Space</a>
108+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
109+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/avenir" title="Font Families">Avenir Next</a>
110+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/helvetica" title="Font Families">Helvetica</a>
111+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/roboto" title="Font Families">Roboto</a>
112+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/san-francisco" title="Font Families">San Francisco</a>
113+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-sans-serif" title="Font Families">System Sans-Serif</a>
114+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/athelas" title="Font Families">Athelas</a>
115+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/baskerville" title="Font Families">Baskerville</a>
116+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/garamond" title="Font Families">Garamond</a>
117+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/georgia" title="Font Families">Georgia</a>
118+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-serif" title="Font Families">System Serif</a>
109119
</article>
110120
<article class="fn fl-ns w-100 w-25-l">
111121
<h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>

docs/elements/links/index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,16 @@ <h2 class="f3 bold">Examples</h2>
9595
</p>
9696
<div class="mt5 cf">
9797
<div class="dib mr4">
98-
<h1 class="f4 ttu tracked fw6">Previous</h1>
98+
<h4 class="f6 fw6">Previous</h4>
9999
<a href="/docs/elements/images/" class="link fw6 blue dim">Images</a>
100100
</div>
101101
<div class="dib">
102-
<h1 class="f4 ttu tracked fw6">Next</h1>
102+
<h4 class="f6 fw6">Next</h4>
103103
<a href="/docs/elements/lists/" class="link fw6 blue dim">Lists</a>
104104
</div>
105105
</div>
106106
<div class="mt5">
107-
<h4 class="f6 f5-ns fw6">Reference</h4>
107+
<h4 class="f6 fw6">Reference</h4>
108108
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/%3Ahover" class="link db fw6 blue dim">MDN - Hover</a>
109109
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/%3Afocus" class="link db fw6 blue dim">MDN - Focus</a>
110110
</div>
@@ -160,13 +160,23 @@ <h2 class="f6 fw7 ttu tracked" id="typography">Typography</h2>
160160
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/line-height" title="Line Height">Line Height / Leading</a>
161161
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/tracking" title="Tracking">Tracking</a>
162162
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-weight" title="Font Weights">Font Weights</a>
163-
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
164163
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-style" title="Font Families">Font Style</a>
165164
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/vertical-align" title="Font Families">Vertical Align</a>
166165
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-align" title="Text Align">Text Align</a>
167166
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-transform" title="Text Transform">Text Transform</a>
168167
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-decoration" title="Text Decoration">Text Decoration</a>
169168
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/white-space" title="White Space">White Space</a>
169+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
170+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/avenir" title="Font Families">Avenir Next</a>
171+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/helvetica" title="Font Families">Helvetica</a>
172+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/roboto" title="Font Families">Roboto</a>
173+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/san-francisco" title="Font Families">San Francisco</a>
174+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-sans-serif" title="Font Families">System Sans-Serif</a>
175+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/athelas" title="Font Families">Athelas</a>
176+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/baskerville" title="Font Families">Baskerville</a>
177+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/garamond" title="Font Families">Garamond</a>
178+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/georgia" title="Font Families">Georgia</a>
179+
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-serif" title="Font Families">System Serif</a>
170180
</article>
171181
<article class="fn fl-ns w-100 w-25-l">
172182
<h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>

0 commit comments

Comments
 (0)