Hello and welcome to StackExchange for WordPress.
When you run npm run watch
it only watches the compiling process of your .sass files, It’s not magically recognizing the things you want.
You have to explicitly tell your bundler to do that.
You could manually put all the fonts in their respective, correct place.
However, that is not always desirable.
I’ve had a quick look at the link, which you have given and that theme is using webpack for asset compilation. So, in order to move your fonts around correctly, you need to expand of Webpack’s configuration to do that.
To bring you one step forward to a solution, you should go to the Webpack docs and dig into the loaders section, which is what you want I think:
Related Posts:
- How to modify an image block in Gutenberg WordPress 5?
- What is the problem if I use CDN in my WordPress parent theme(built using bootstrap)?
- Excess White Space Above Admin Bar on Frontend Using Twitter Bootstrap
- How to Modify a Widgets UL and/or LI Classes
- customizing the_password_form filter
- Custom Theme Bootstrap
- Developing WordPress Theme using CSS framework like Bootstrap
- Bootstrap card columns change images size
- WP_bootstrap_Navwalker_issue [closed]
- Font Awesome 5 Free – far working but fas is not? [closed]
- How to create first post, fifth post full width, rest in three columns and so on
- Javascipt issue on custom theme
- Second menu has the first menu ID
- How to style bootstrap container in wordpress theme?
- is using the_posts_navigation() required?
- Adding Bootstrap to WordPress TwentySixteen Theme
- Bootstrap grid system is not working in my WordPress theme
- Full width featured thumbnail
- Why I obtain different visualization when I run the website on my local machine and on remote server?
- How to create a WP theme that use BootStrap? [closed]
- I don’t think WordPress is loading jquery or bootstrap js
- Adding google fonts to WordPress theme
- How do I keep my iframes responsive and scaled to fit their container?
- change background image on scroll
- two col layout bootstrap 4 with one fixed col and fade in effect on image
- style.css not being rendered in browser
- wordpress thumbnail onclick then modal will come out
- Full width thumbnail
- Code for creating three vertical columns in WordPress Bootstrap theme
- Theme Development for a Newbie
- How do I get my theme scripts to load in a custom theme built from Bootstrap
- Why the slideshow is not shown in my theme?
- WordPress Loop with Custom Post Type for Bootstrap Accordion [closed]
- How To add li class and a class wp_nav_menu() with bootstrap 5 navbar?
- Bootstrap 4 mobile menu not working for WordPress Development
- Dropdown Toggle Split in Bootstrap Navwalker WordPress
- When to use add_action(‘init’) vs add_action(‘wp_enqueue_scripts’)
- Change admin bar to default:off
- How to add Color Picker in Theme Options for the following?
- Template for individual post designs
- Theme Review: post thumbnail, header image, content width
- How to determine if a category is empty?
- The seventh parameter passed to add_submenu_page()
- What would happen if the admin installs a plugin when the plugin is included in the theme?
- How do I get my child-theme to work with my theme’s includes folder?
- wp_insert_post breaks rewrite rules
- Where can I find a good reviewed collection of Twenty Ten child themes?
- Template Hierarchy for get_header()
- Remove frameborder attribute from iframes
- how do I get a sidebar’s id or number for use with is_active_sidebar()
- Looking for the code in twentyten that allows users to select images for the header/banner
- WordPress as a data intensive web app
- How to determine which custom header image is being shown
- using wordpress without javascript
- Theme Check: Could not find post_class
- Override theme programmatically
- can’t understand _e function well
- WP 3.1 upgrade breaks AutoFocus+ theme
- Comment entry screen shows even though “Allow Comments” is unchecked
- Custom WordPress Theme – Search not working on posts
- Change content layout based on menu hierarchy
- Theme Loading Into Dashboard
- How to make theme elements customizable in wordpress?
- Where to hook settings api init
- How to obtain a reference to the_excerpt() from custom loop
- defining a folder location in order to recall it
- JavaScript stops working on selectively refreshed sections one inside the other
- Why doesn’t my css work when I check my theme on mobile devices? [closed]
- Common single page template options
- Custom Blocks as part of a theme
- How to set up diffrent mobile theme for single site in WordPress?
- Enqueued JavaScript is not working
- Show specific category posts on Genesis framework home page
- How to fix : Uncaught ArgumentCountError: Too few arguments to function? [closed]
- I have WordPress setup on primary domain, how do I set it up on its subdomain using the same database?
- Theme development – Automatically menu creation
- How to enable Disqus comments in a WordPress theme I’m creating from scratch? [closed]
- tiny_mce_before_init: ‘exact’ => true has no effect
- pre_get_comments or the_content filter
- Pagination not working on custom post page
- What might cause a featured image not to display?
- How to set default values for edit_post_link() in my theme?
- Why is the `if else` not working?
- Creating an advanced searchform based on select boxes
- Why WordPress developer still using timthumb and what are advantages using them? [duplicate]
- Show popover with url and option to open in new window
- Is it possible to show sort page excerpt in search.php
- How to display home page last modified date in anywhere of wordpress theme?
- Loop is breaking my theme. How can I fix?
- How do you remove the “Your Main Benefit Statement Goes Here.” From one of my pages?
- Error Handling when building WordPress themes
- Show all menu levels except top level. How to exclude top level of a menu?
- Recall translations made with Poedit
- Standard technique for AJAX post endpoint: WP REST or WP API?
- How to achieve this navigation style in wordpress navigation
- How to dowload and edit content of a website
- Uncaught Reference error in Retina.js
- How Does One Create a Global Variable Repository
- Retrive posts thumbnail in original size
- Is there any open source WordPress Themes?