1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_posts/design/2014-09-16-typography.md
Moritz »mo.« Sauer e041d2fd9c Update Typograph
2014-09-16 09:56:40 +02:00

295 lines
No EOL
7.9 KiB
Markdown

---
layout: page
title: "Wonderful Typography"
subheadline: "Reading Experience"
meta_description: "Feeling Responsive uses Volkhov for headlines, Lato for everything else and if you are in need to show some code, it will be in Lucida Console."
description: "<em>Feeling Responsive</em> uses Volkhov for headlines, Lato for everything else and if you are in need to show some code, it will be in Lucida Console."
image:
header: "no"
permalink: "/design/typography/"
---
Noch mehr Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
## Second &lt;h2&gt;-Heading
> Sirloin tenderloin swine frankfurter pork loin pork capicola ham hock strip steak ribeye beef ribs. Hamburger t-bone ribeye ham prosciutto bresaola.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
### Third &lt;h3&gt;-Heading
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
* Some Bulletpoints
* Some Bulletpoints
* Some Bulletpoints
* Some Bulletpoints
* Some Bulletpoints
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
#### Forth &lt;h4&gt;-Heading
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
#### Fifth &lt;h5&gt;-Heading
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
## Typographical Elements
Here you'll find the [complete list of HTML5-Tags][1] and this is how they look like.
### &lt;hr&gt; Horizontal Lines
<hr>
### &lt;pre&gt; Displaying Code
~~~
<html>
<head>
<title>Code Blocks</title>
</head>
<body></body>
</html>
~~~
### &lt;blockquote&gt; Quotation
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</blockquote>
### &lt;ol&gt; Ordered Lists
1. Ordered List
2. Second List Item
3. Third List Item
4. Second Level First Item
4. Second Level Second Item
4. Second Level Third Item
5. And a third level First Item
5. And a third level Second Item
5. And a third level Third Item
4. Fourth List Item
5. Fifth List Item
### &lt;ul&gt; Unordered Lists
- Unordered List
- Second List Item
- Third List Item
+ Second Level First Item
+ Second Level Second Item
+ Second Level Third Item
* And a third level First Item
* And a third level Second Item
* And a third level Third Item
- Fourth List Item
- Fifth List Item
### &lt;dl&gt; Definition Lists
Definition List
: Bacon ipsum dolor sit amet spare ribs brisket ribeye, andouille sirloin bresaola frankfurter corned beef capicola bacon. Salami beef ribs sirloin, short loin hamburger shoulder t-bone.
Beef ribs jowl swine porchetta
: Sirloin tenderloin swine frankfurter pork loin pork capicola ham hock strip steak ribeye beef ribs. Hamburger t-bone ribeye ham prosciutto bresaola.
Pancetta flank sirloin pork
: short ribs shankle prosciutto landjaeger. Beef ribs turkey shoulder drumstick. Leberkas pork belly ribeye, bresaola jerky strip steak tenderloin bacon landjaeger short ribs beef ribs. Flank pork chop fatback tail kielbasa filet mignon jowl landjaeger bresaola tongue corned beef biltong. Landjaeger spare ribs fatback corned beef tenderloin drumstick, swine chicken beef turkey biltong doner tri-tip filet mignon.
### &lt;a&gt;
[Links][2] make the web exceptional.
### &lt;em&gt;
Let's *emphasize* how important responsive webdesign is.
### &lt;strong&gt;
This looks like **bold** text.
### &lt;small&gt;
<small>This is small text.</small>
### &lt;s&gt;
It's nice getting things done. Just strike through <s>finished tasks</s>.
### &lt;cite&gt;
<cite>Albert Einstein</cite>
### &lt;q&gt;
If you use &lt;q&gt; your text gets <q>automagically quotes around the text passage</q>.
### &lt;dfn&gt;
The &lt;dfn&gt; tag is a phrase tag. It defines a <dfn>definition term</dfn>.
### &lt;abbr&gt;
The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.
### &lt;time&gt;
The concert took place on <time datetime="2001-05-15 19:00">May 15</time>.
### &lt;code&gt;
Some `code: lucida console` displayed.
### &lt;var&gt;
The &lt;var&gt; tag is a phrase tag. It defines a <var>variable</var>.
### &lt;samp&gt;
Text surrounded by &lt;samp&gt; <samp>looks like this in monospace</samp>.
### &lt;kbd&gt;
Copycats enjoy pressing <kbd>CMD</kbd> + <kbd>c</kbd> and <kbd>CMD</kbd> + <kbd>v</kbd>.
### &lt;sub&gt;
This text <sub>lays low</sub> and chills a bit.
### &lt;i&gt;
This looks <i>italic</i>.
### &lt;b&gt;
This looks <b>bold</b>, too.
### &lt;u&gt;
<u>Underlining</u> content for emphasize is not the best choice.
### &lt;mark&gt;
Let's <mark>mark this hint</mark> to give you a clue.
### &lt;br&gt;
Need a break? I give you three!<br><br><br>
## Tables
<table>
<thead>
<caption>Caption For Table</caption>
<tr>
<th width="200">Table Header</th>
<th>Table Header</th>
<th width="150">Table Header</th>
<th width="150">Table Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content Goes Here</td>
<td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
</tbody>
</table>
A table can consist of these elements
* `&lt;table&gt;
* `&lt;caption&gt;
* `&lt;colgroup&gt;
* `&lt;col&gt;
* `&lt;tbody&gt;
* `&lt;thead&gt;
* `&lt;tfoot&gt;
* `&lt;tr&gt;
* `&lt;td&gt;
* `&lt;th&gt;
[1]: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/HTML5_element_list
[2]: http://phlow.de/
[3]: #
[4]: #
[5]: #
[6]: #
[7]: #
[8]: #
[9]: #
[10]: #