@ font-face property not working
-
I know this question has been asked many times but I have been unable to find any solution to this problem yet.
I have added the following code to my child theme’s css:
@font-face { font-family:"heading"; src: url(https://www.giftforgag.com/fonts/hobostdMedium.ttf); }
I am then giving the text the font property: h1, h2, h3, h4, h5, h6 { font-family:"heading"; }
I have made no other changes in the function.php file that would be directly related to the font other than enqueing the stylesheets originally.
Why is this code not working?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘@ font-face property not working’ is closed to new replies.