improved Fonts webfontloader
This commit is contained in:
parent
fd64ed169b
commit
6f1fc17846
6 changed files with 94 additions and 68 deletions
|
@ -7,6 +7,9 @@ image:
|
|||
header: "header_unsplash_9.jpg"
|
||||
permalink: "/changelog/"
|
||||
---
|
||||
2014-12-22 // Version 0.93
|
||||
: Improved speed through the use of [webfontloader](https://github.com/typekit/webfontloader). Reduced Volkhov font and only embedded normal weight. Now fonts load asynchronous and the package is 53kb lighter.
|
||||
|
||||
2014-12-21 // Version 0.92
|
||||
: A new polished version, with a stronger and better color scheme. [Have a look ›]({{ site.url }}/design/grid/#color-scheme-and-colors-codes). Added foundation `.scss-files` to `assets/scss/` for savety.
|
||||
|
||||
|
|
|
@ -9,8 +9,13 @@ permalink: "/getting-started/"
|
|||
---
|
||||
1. Open `_config.yml` and work it through, it's well documented
|
||||
2. Add your own `logo.png` to `/images/`.
|
||||
3. Open `_data/socialmedia.yml` and add your own social media links
|
||||
4. Open `_data/navigation.yml` and add your own social media links
|
||||
5. Make it yours and add your own content.
|
||||
3. Open `_data/socialmedia.yml` and add your own social media links.
|
||||
4. Open `_data/navigation.yml` and customize your navigation.
|
||||
5. Open `_data/language.yml` and translate the theme if necessary.
|
||||
6. [Read the documentation][1] to check out all features of *Feeling Responsive*.
|
||||
7. Make it yours and add your own content.
|
||||
|
||||
<a class="radius button small" href="{{ site.url }}/documentation/">Check out the documentation for all the tricks ›</a>
|
||||
|
||||
|
||||
[1]: {{ site.url }}/documentation/
|
||||
|
|
Reference in a new issue