Balasana: Fix typo in balasana_fonts_url()
Roboto Condensed wasn't properly loaded
This commit is contained in:
parent
e6aec688d5
commit
e0e6854f3d
6 changed files with 6 additions and 6 deletions
|
@ -148,7 +148,7 @@ function balasana_fonts_url() {
|
|||
$font_families = array();
|
||||
|
||||
if ( 'off' !== $roboto_condensed ) {
|
||||
$font_families[] = 'Roboto+Condensed:400,400i,700,700i';
|
||||
$font_families[] = 'Roboto Condensed:400,400i,700,700i';
|
||||
}
|
||||
|
||||
if ( 'off' !== $roboto ) {
|
||||
|
|
2
balasana/package-lock.json
generated
2
balasana/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "balasana",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "balasana",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Balasana",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/themes/issues"
|
||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.0
|
||||
Version: 1.0.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.0
|
||||
Version: 1.0.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.0
|
||||
Version: 1.0.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
|
Loading…
Reference in a new issue