

Lato is a sans serif typeface family started in the summer of 2010 by Warsaw-based designer Łukasz Dziedzic. »Lato« means »Summer« in Polish. In December 2010 the Lato family was published under the Open Font License by his foundry tyPoland, with support from Google.
In the last ten or so years, during which Łukasz has been designing type, most of his projects were rooted in a particular design task that he needed to solve. With Lato, it was no different. Originally, the family was conceived as a set of corporate fonts for a large client — who in the end decided to go in different stylistic direction, so the family became available for a public release.
When working on Lato, Łukasz tried to carefully balance some potentially conflicting priorities. He wanted to create a typeface that would seem quite “transparent” when used in body text but would display some original traits when used in larger sizes. He used classical proportions (particularly visible in the uppercase) to give the letterforms familiar harmony and elegance. At the same time, he created a sleek sans serif look, which makes evident the fact that Lato was designed in 2010 — even though it does not follow any current trend.
The semi-rounded details of the letters give Lato a feeling of warmth, while the strong structure provides stability and seriousness. “Male and female, serious but friendly. With the feeling of the Summer,” says Łukasz. Learn more at www.latofonts.com
Volkhov is a low-contrast seriffed typeface with a robust character, intended for providing a motivating reading experience. Volkhov was designed by Ivan Petrov.
As a four-weight family it is well-suited for complex text environments being economic and legible, contemporary and prominent. Many of its design solutions relate to this purpose: large open counters, rather short descenders, and brutal asymmetric serifs.
Spacing in Bold is slightly increased compared to the normal weight, because the bold mass is mostly grown inwards. The Italic has a steep angle and a distinctive calligraphically reminiscent character, as a counterpart to the rigorous Regular.
Feeling Responsive explores the 2:3 perfect fifth modular scale created with www.modular-scale.com. This is the modular scale of Feeling Responsive.
44px @ 1:1.5 – Ideal text size
16px @ 1:1.5 – Important number
| Modular Scale | |||
|---|---|---|---|
| 44.000 | 1 | 2.75 | 338.462 |
| 36.000 | 0.818 | 2.25 | 276.923 |
| 29.333 | 0.667 | 1.833 | 225.638 |
| 24.000 | 0.545 | 1.5 | 184.615 |
| 19.555 | 0.444 | 1.222 | 150.423 |
| 16.000 | 0.364 | 1 | 123.077 |
Here you’ll find the complete list of HTML5-Tags and this is how they look like.
<html>
<head>
<title>Code Blocks</title>
</head>
<body></body>
</html>
Everything happens for a reason. (Britney Spears)
Age is an issue of mind over matter. If you don’t mind, it doesn’t matter. Mark Twain
Links make the web exceptional.
Let’s emphasize how important responsive webdesign is.
This looks like bold text.
This is small text.
It’s nice getting things done. Just strike through finished tasks.
Albert Einstein
If you use <q> your text gets automagically quotes around the text passage
.
The <dfn> tag is a phrase tag. It defines a definition term.
The WHO was founded in 1948.
The concert took place on .
Some code: lucida console displayed.
The <var> tag is a phrase tag. It defines a variable.
Text surrounded by <samp> looks like this in monospace.
Copycats enjoy pressing CMD + c and CMD + v.
This text lays low and chills a bit.
This text gets high above the clouds.
This looks italic.
This looks bold, too.
Underlining content for emphasize is not the best choice. You can't read it so well.
Let’s mark this hint to give you a clue.
Need a break? I give you three!
If you need footnotes for your posts, articles and entries, the Kramdown-Parser 1 got you covered. How to use footnotes? Read this footnote. 2
Even tables are responsive thanks to foundation. A table can consist of these elements.
| HTML Tag | Defintion | Style |
|---|---|---|
| <caption> | defines a table caption | font-weight: bold; |
| <colgroup> | specifies a group of one or more columns in a table for formatting. The <colgroup> tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row. | no styling needed |
| <col> | specifies column properties for each column within a `<colgroup>` element | no styling needed |
| <thead> | is used to group header content in an HTML table | font-weight: bold; |
| <tbody> | is used to group the body content in an HTML table | no styling needed |
| <tr> | defines a row in an HTML table | no styling needed |
| <th> | defines a header cell in an HTML table | font-weight: bold; |
| <td> | defines a standard cell in an HTML table | font-weight: normal; |
| <tfoot> | is used to group footer content in an HTML table | no styling needed </table> </div> </div> |
Find out more about Kramdown on http://kramdown.gettalong.org/ ↩
Kramdown has an excellent documentation of all its features. Check out, on how to footnotes. ↩