There is an error in your CSS Declarations on your page.
If you change the line 152 on your style.css from “font-family: Oz Handicraft;’ (and anyplace else you’re using it) to:
h1 {
font-family: Oz;
}
since in your code, you have this.
@font-face{
font-family: Oz;
src: url("fonts/ozHandicraft.otf");
font-weight: normal;
}
you declare it as such. If you make this change, it works fine on my screen, and I don’t have this font installed on my desktop.
Other solution is to simply update your @font-face and put this instead:
@font-face{
font-family: Oz Handicraft;
src: url("fonts/ozHandicraft.otf");
font-weight: normal;
}
Related Posts:
- Failed to decode downloaded font
- Set line height in Html
to make the html looks like a office word when
has different font sizes
- font-weight is not working properly?
- @font-face doesn’t work
- How to add custom fonts in WordPress site
- How to set different font family based on text language?
- Where Do I Find The Astra Default Font Family That All Text Elements Are Inheriting From? [closed]
- How would one set or override a Fallback font for characters in second language?
- I have a wordpress website which uses a really weird font on Opera. What do I need to do to fix it?
- Font .woff files loaded don’t correspond to the displayed styles [closed]
- When changing theme’s font, why does font-size attribute not work? [duplicate]
- Fonts are not applying
- Fonts are parsed in one way but rendered in a different way
- What is the difference among col-lg-*, col-md-* and col-sm-* in Bootstrap?
- create a white rgba / CSS3
- Using CSS for a fade-in effect on page load
- Transition of background-color
- What’s the HTML to have a horizontal space between two objects?
- HTML/CSS float: left; is not working properly
- CSS div width not working
- Click through div to underlying elements
- Inner glow effect of button
- How can I remove css from a child theme?
- Can “ and “ tags be used in the HTML editor?
- How to apply wordpress css styles to a jQueryUi dialog?
- Load CSS in footer, like your can with JS?
- Correct Way To Make Changes To A WordPress Theme
- How to change the full capitals font title of my WordPress Blog?
- How to add inline css code with background image in page html code?
- Move Sidebar from Above Content To Below When Responsive [closed]
- Understanding how the class family `inner-container` works
- How to deal with logo color on dark mode?
- Header background image just stopped working
- Page layout is broken when viewing search results.
- HTML email sent with wp_mail shows plain text
- Style file inclusion
- Change Header Image on Blog Post for Mobile View
- adding the_custom_logo(); to header
- Add second background-image on hover
- CSS getting injected into index from somewhere after theme/custom CSS is loaded, overriding all of my CSS [closed]
- How do I change the style of just a part of the tagline?
- Having a hard time linking my css and JS files on a Boostrap to WP conversion
- Apply custom css for user role
- Reduce font size [closed]
- override a css style [closed]
- How to avoid repeating similar properties for all tds of a table in a wordpress post
- Using css class selectors on a specifc page [closed]
- Loading bbPress CSS file only on forum directory
- How can I force the WordPress visual editor to preserve the line breaks after paragraphs?
- Common page width? [closed]
- WordPress Rest Api access the header and extract stylesheets URL
- Login validation on wordpress
- How to create CSS Counters for Comments (depth 5)?
- Override All CSS with Custom CSS on a Page by Page Basis
- padding not working
- Hide Some Fields of Post Submit box
- CSS properties in textarea in the Customizer
- Navbar bg to overflow to section below (updated)
- Add top parent page id to body class
- New Styles Not Rendering On Mobile Phone and Tablet
- WordPress default theme CSS version problem and not loading
- Penscratch 2 – changing color of the main block
- How can customized CSS on WordPress highlight the blog title in white when it’s not intended?
- Are there any CSS classes for the wordpress colours?
- Set different css stylesheet for specific pages [duplicate]
- Desktop is class List and Mobile is class Grid
- Include ElementorPro css into WordPress custom page
- Customizing the CSS for the post/page editor?
- My Child Theme CSS Isn’t Working
- how to modify html on homepage (no home-page.php in my theme)
- Remove dashicons.min.css conditionally
- Remove Parent Style on Carousel
- current menu item hover not working?
- how to load basic wordpress css
- how does additional css rendering work?
- Text Not Wrapping Around Right Floated Image [closed]
- header background color changed after drop & import database in phpmyadmin
- Add class when more page is visited
- How do I make a child theme’s style.css load after plugin css?
- Css style removed but still showing via CDN even after clearing browser cache and purging all caches for site
- WordPress – Portfolio – Change number of items in a row
- Floated element floats into post content in IE, Safari, and Chrome
- I cannot make this position properly in WordPress [closed]
- How can I pass a variable from PHP to LESS?
- Large Unwanted Space at the Bottom of Blog Posts [closed]
- How to include backend buttons css on frontend?
- Create a body div using CSS [closed]
- vertical menu bar css
- After upload on server 404 on all pages, no css
- Managing large CSS files [closed]
- How would I use a media query to make my entire theme responsive or fluid? [closed]
- Clear white line off page [closed]
- Strange symbols on page [closed]
- I want to change the background color on my blog posts
- Twenty thirteen theme change the height of menu sub items
- WooCommerce order note color [closed]
- Bullet List Indentation not showing up in the wordpress
- I want to Hide CSS ID for specific user roles
- Full Site Editing Non-editble global styles?
- Custom block style not working in the editor