php - using custom fonts in HTML format in wordpress -


I have followed a tutorial (see the link below) on how to upload fonts for WordPress. I have taken all the steps including uploading FTP, changing header.php, including font stylesheets etc., as given in the link below:

Some added header.php (I believe I change everything in a right way):

  & lt; link rel = "stylesheet ???? href =" & lt; php bloginfo ('template_directory'); ? 1) Do I have to confuse phase 11-12. I just tried to call my font in one page, but it was not working ?? | I do not know what should be kept in the main style sheet for my WordPress theme ?? |   

2) I'm not sure I was calling the font correctly

     

Whatever you can provide me, it will be extremely helpful. You must register your styles in your functions.php file.

('aileron', get_template_directory_uri (). '/ aileron / stylesheet.css', array (), '1.0', 'all'); wp_enqueue_style ('alloron');

Which browsers are you using to see your site? Some browsers require specific font formats:

Are there custom fonts located in the same folder as the stylesheet?

Your font should be called properly, as long as the stylesheet is not filled to see if the stylesheet is loading, you can see the source code in the browser.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -