I have changed the font of my blog in Wordpress (Genesis template) by uploading them to my own server, but Opera does not recognize Ubuntu font. The other browsers do.
This is the code I'm using:
wp_enqueue_style( 'ubuntu-fonts-css', get_stylesheet_directory_uri() . '//fonts/ubuntu-stylesheet.css', array(), CHILD_THEME_VERSION );
And this is part of CSS:
@font-face { font-family: 'Ubuntu', sans-serif; src: url('fonts/ubuntu-regular-webfont.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }
Can someone give me an idea to solve it?
Thanks,
I already tried double quote but it didn't work.