If your theme’s folder structure is similar to the following:
my-theme |- index.php |- style.css |- fonts/font-name.ttf |- inc/some-file.php
then the code to connect the font files in your style.css
will be:
@font-face {
font-family: 'Font Name';
src: url('fonts/font-name.ttf');
}
body{
font-family: 'Font Name', sans-serif;
}
There shouldn’t be any problem!
Related Posts:
- CSS to make HTML page footer stay at bottom of the page with a minimum height, but not overlap the page
- How to get these two divs side-by-side?
- What is the difference between the selectors “.class.class” and “.class .class”?
- How to implement max-font-size?
- @Media min-width & max-width
- Is background-color:none valid CSS?
- Float a div above page content
- What does an asterisk (*) do in a CSS selector?
- How can I horizontally align my divs?
- background-size: cover not working?
- combined multiple classes into one css rule
- Pure CSS to make font-size responsive based on dynamic amount of characters
- CSS – display: none; not working
- Is there an opposite to display:none?
- Rainbow gradient on text in CSS
- CSS3 opacity gradient?
- font-weight is not working properly?
- What would be the best method to code heading/title for ul or ol, Like we have caption in table?
- How can I make my header image properly responsive?
- wp_enqueue_scripts, wp_register_scripts, wp_print_scripts: i’m confused
- What is the correct way to enqueue multiple CSS files?
- Remove wp_add_inline_style
- Which Details Are Required For Style.css File Header?
- How to implement different color schemes in your themes
- @font-face doesn’t work
- How to target first img in every wordpress post with CSS [closed]
- How to change Parent Themes in Child Theme CSS
- hSite has no css on mobile [closed]
- Set Image width=’x%’ (percentage width not pixel width) when inserted via the media manager?
- Relative path in wp_register_style not working
- Enable specific CSS Code for Visitors and specific Roles
- WordPress on localhost working, when sharing IP to connect receive err_connection_refused on .js and .css files
- How to decrease picture size
- How to Add Custom CSS Buttons to WordPress as a Shortcode?
- Can’t remove WordPress post image height/width attributes?
- whats happening with my index page?
- Load in wp admin assets from child theme
- Enqueue styles in new site editor in WordPress 5.9
- Change via CSS the color of social menu icons
- style.css doesn’t load on the home page when front-page.php activated (using stock theme)
- @media in bluehost is being commented out [closed]
- Two column Dropdown for WordPress Toolbar
- Title has word broken when viewed in mobile [closed]
- Change background color of subpages
- How to fix this error? [closed]
- How to make WordPress using local CSS/Fonts/Scripts only
- WordPress code editor messed up my code!
- How to know which order WordPress places CSS files?
- Placing background image over section divider
- WordPress CSS problems with controls
- Remove CSS & JS from
- enqueing Javascript and CSS
- Aligning line made with CSS [closed]
- Earlier stylesheet not overriding later one
- Order of WP page load (including widgets, php, plugins, media, templates, and CSS) [duplicate]
- Overwriting forced wordpress CSS styles [closed]
- Fixed height of the_content()
- How can I add inline CSS for each image?
- W3TotalCache and Javascript — what should go where, when?
- CSS not being applied
- Help with a little CSS logo/header modification?
- WordPress sidebar content moving to bottom of page
- custom template display 3 columns
- underscores theme – sass folder structure vs smacss
- Inclution place of CSS file
- Blog page and the Home page showing the same content
- Img load while refreshing
- WP Admin Bar transparent on some pages (.screen-reader-shortcut)
- How to Compress Css/js code in wordpress and increase loading speed?
- Twenty Fourteen: Unsticky header after making header bigger
- How to display javascript banner in website header?
- @media applying globally and not separately for each screen width [closed]
- Loading css files conditionally useful?
- WordPress site using unknown overriding css
- Is there any way to turn off a particular scrolling behaviour?
- Sidebar at bottom however I have completely replaced theme folder back to original code
- Site not 100% responsive
- Dropdown menu’s fighting with each other [closed]
- Header formatting works for safari but not chrome @media screen size technique on iphone
- Scale An Image Thumbnail
- Adding a css style to the main nav menu in child pages
- Adding custom css to a theme depending on whether the admin user is logged in or not
- Adjusting post width according to the image size
- single.php doesn’t getting style
- Converting Static HTML pages to WordPress
- Background tiles not working in iPad2 but ok everywhere else
- How to make widgetized footer styles be inherited from body?
- To override CSS of parent theme
- How to customize a theme’s navigation menu with css
- [class*=”content”]:before css styles in TwentyThirteen [closed]
- How to change the CSS in one file?
- Enqueue MCE Editor CSS in admin page
- can i custom rendered content from API?
- How enqueue CSS out of theme folder?
- Styling not refreshing for old visitors on WordPress
- How to include Elementor CSS in custom php file [closed]
- How to add CSS to WordPress
- How to add arbitrary custom CSS to a WordPress Block Theme using Site Editor?
- Wrap post titles containing slashes on narrow viewports
- Import css file from node_modules using @wordpress/scripts