Skip to content

Commit 360c985

Browse files
author
Roni Laukkarinen
committed
Instructions for custom fonts
1 parent ef9cad9 commit 360c985

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* The current version of the theme.
1212
*/
13-
define( 'AIR_VERSION', '1.5.8' );
13+
define( 'AIR_VERSION', '1.6.0' );
1414

1515
/**
1616
* Allow Gravity Forms to hide labels to add placeholders

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "air",
3-
"version": "1.5.8",
3+
"version": "1.6.0",
44
"description": "A minimalist WordPress starter theme.",
55
"author": "Digitoimisto Dude Oy ([email protected])",
66
"devDependencies": {

sass/layout/_typography.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ $web-fonts-protocol: 'https' !global !default;
2020
// }
2121
// }
2222

23+
// Create a fonts folder and add your custom fonts like this:
24+
// @include fontFace('RidleyGrotesk-Bold', '../fonts/31D08E_0_0', 700);
25+
2326
// Google web fonts in use:
2427
$url: web-fonts-url(
2528
('Libre Franklin':

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/digitoimistodude/air
44
Author: Digitoimisto Dude Oy
55
Author URI: https://www.dude.fi
66
Description: A minimalist WordPress starter theme.
7-
Version: 1.5.8
7+
Version: 1.6.0
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: air
@@ -20,5 +20,5 @@ Tags:
2020
*
2121
* @author Roni Laukkarinen
2222
* @since 28.01.2016
23-
* @version 08.08.2016
23+
* @version 09.08.2016
2424
*/

0 commit comments

Comments
 (0)