• Resolved Porlasrutasdelmundo

    (@porlasrutasdelmundo)


    Hello. First, sorry for my English. I’m using the google translator because I’m from Argentina and I do not speak English. I am designing my web https://www.porlasrutasdelmundo.com.ar /prueba and my first problem is the title. I want the title to have the same font as the titles of the widgets. Install the plugin “WP Google Fonts” and try to change the “Headline 1 (h1 tags)” but does not change. How I can do to make the title “Por las Rutas del Mundo” has the same font as the titles of pages or widgets? Thank you very much. regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author Mohammad Taqui Sayed

    (@sayedwp)

    .main_content .meta_author a {font-family: 'PT Sans Narrow', sans-serif;}

    Thread Starter Porlasrutasdelmundo

    (@porlasrutasdelmundo)

    Thanks for responding quickly. Change what was what put me in response and still the same. What could be the problem?

    Theme Author Mohammad Taqui Sayed

    (@sayedwp)

    Sorry didn’t get that. Did you put this in Supernova Options > Styling > Custom CSS

    Thread Starter Porlasrutasdelmundo

    (@porlasrutasdelmundo)

    No, I did not that. I had gone to edit the style.css sheet. I did what you said and now the letter is in uppercase but not with the same fonts as the other titles. Does the theme Supernova is not for beginners? I do not want to bother you with questions but I loved the subject and I would like to use it. Thank you very much. Have a nice day!

    Theme Author Mohammad Taqui Sayed

    (@sayedwp)

    It is for beginners, its just that if you need more customization than the theme offers , you would need to do a little extra. But all you have to do it just paste the css I give you.

    .main_content .meta_author a {
      font-family: 'PT Sans Narrow', sans-serif;
      font-size: 15px;
      font-style: normal;
      color: #525252;
    }
    jump-up

    (@jump-up)

    Hellow! Mr.Porlasrutasdelmundo.
    I’m not native same you!

    I try to use WP Google Fonts Plugin. so as you said nothing changes.
    So i did directly use google font.
    1)access https://www.google.com/fonts/
    2)choose font “Permanent Marker” input top left
    3)displayed font “Permanent Marker”
    4)you can faind “Quick-use” below demo font.
    5)Click “Quick-use”
    6)Next to “3. Add this code to your website:”
    7)sellect import tab
    8)code display: @import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
    9)this code paste your css, and change font-family: ‘Permanent Marker’, cursive;
    10)like bellow(i use child css)

    /*
    Theme Name: Supernova Child
    Template: supernova
    */
    
    @import url("../supernova/style.css");
    
    /* =Basic structure
    -------------------------------------------------------------- */
    @import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
    
      /* font-familyの変更 */
    html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form,
    label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
    hgroup, menu, nav, section, summary, time, mark, audio, video {
    	font-family: 'Permanent Marker', cursive;
    
    	text-transform: none;
    }

    so just i am able to change title font to ‘Permanent Marker’

    bye!

    Thread Starter Porlasrutasdelmundo

    (@porlasrutasdelmundo)

    Sayed
    I did what you said but no change. My page is now https://porlasrutasdelmundo.com.ar/pruebados/.

    JumpUp
    I will follow your advice. How I can know that the source is the letter that appears in the sidebar?

    jump-up

    (@jump-up)

    Hello!
    sorry i don’t Know whether i can understand what you say.
    but in sidebar, there are some sources of letters.
    mainly sources are from core WordPress and supernova.
    if you use Google chrome, you can check “Validate element” by right click.
    bye!

    Thread Starter Porlasrutasdelmundo

    (@porlasrutasdelmundo)

    Jump uP,

    Hello, thank you very much for the help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Problem with Fonts’ is closed to new replies.