Skip to content

Commit

Permalink
Fix the font not available issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amjadr360 committed Apr 22, 2024
1 parent 81dee03 commit 710ecdd
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 710ecdd

Please sign in to comment.