Skip to content

Commit

Permalink
Merge pull request #141 from extendify/fix-font-file-not-available-issue
Browse files Browse the repository at this point in the history
Fix the font not available issue
  • Loading branch information
amjadr360 authored May 22, 2024
2 parents 81dee03 + 710ecdd commit 767f5dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,3 @@ function extendable_register_pattern_categories() {

}
add_action( 'init', 'extendable_register_pattern_categories', 9 );

6 changes: 4 additions & 2 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@
"fontWeight": "400 800",
"fontStyle": "normal",
"fontStretch": "normal",
"src": ["file:./assets/fonts/baloo-tamma-2/baloo-tamma-2.woff2"]
"src": [
"file:./assets/fonts/baloo-tamma-2/baloo-tamma-2_wght.woff2"
]
}
],
"fontFamily": "\"Baloo Tamma 2\", sans-serif",
Expand Down Expand Up @@ -553,7 +555,7 @@
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "200 800",
"src": ["file:./assets/fonts/Koulen/manrope_wght.woff2"]
"src": ["file:./assets/fonts/manrope/manrope_wght.woff2"]
}
],
"fontFamily": "\"Manrope\", sans-serif",
Expand Down

0 comments on commit 767f5dd

Please sign in to comment.