Skip to content

Commit

Permalink
Webfontloader: disable completely FOUT effect
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Jan 5, 2018
1 parent c8b1ff0 commit 546c1aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### Unreleased


### 0.4.6: January 5th, 2018
* **Tweak** Webfontloader: disable completely FOUT effect
* **Fix** - Webfontloader: force loading after 5 seconds

### 0.4.5: January 4th, 2018
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormbringer",
"version": "0.4.5",
"version": "0.4.6",
"description": "WordPress theme",
"license": "Apache-2.0",
"repository" : {
Expand Down
4 changes: 2 additions & 2 deletions scss/helpers/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ nav.pagination {
h1, h2, h3, h4, h5, h6, p, ul, a{

.js &{
visibility: hidden;
//visibility: hidden;
}
.wf-active &, .wf-inactive &, .wf-error &, .no-js &{
visibility: visible;
//visibility: visible;
}
// For Hustle Popups
.wph-modal &, .inc_opt_popup &{
Expand Down
2 changes: 1 addition & 1 deletion stormbringer-child/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormbringer",
"version": "0.4.5",
"version": "0.4.6",
"description": "WordPress theme",
"license": "Apache-2.0",
"repository" : {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/nicomollet/stormbringer
Github Theme URI: https://github.com/nicomollet/stormbringer
Github Branch: master
Description: A simple responsive theme based on twitter's bootstrap framework.
Version: 0.4.5
Version: 0.4.6
Author: Nicolas Mollet
Author URI: http://www.nicolasmollet.com
Text Domain: stormbringer
Expand Down

0 comments on commit 546c1aa

Please sign in to comment.