Title: Problem with Fonts
Last modified: August 21, 2016

---

# Problem with Fonts

 *  Resolved [Porlasrutasdelmundo](https://wordpress.org/support/users/porlasrutasdelmundo/)
 * (@porlasrutasdelmundo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/)
 * 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 [http://www.porlasrutasdelmundo.com.ar](http://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](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4312950)
 * `.main_content .meta_author a {font-family: 'PT Sans Narrow', sans-serif;}`
 *  Thread Starter [Porlasrutasdelmundo](https://wordpress.org/support/users/porlasrutasdelmundo/)
 * (@porlasrutasdelmundo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4312956)
 * 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](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4312978)
 * Sorry didn’t get that. Did you put this in Supernova Options > Styling > Custom
   CSS
 *  Thread Starter [Porlasrutasdelmundo](https://wordpress.org/support/users/porlasrutasdelmundo/)
 * (@porlasrutasdelmundo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4312984)
 * 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](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4312989)
 * 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](https://wordpress.org/support/users/jump-up/)
 * (@jump-up)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4313002)
 * 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 [http://www.google.com/fonts/](http://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](https://wordpress.org/support/users/import/)
   url([http://fonts.googleapis.com/css?family=Permanent+Marker](http://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(http://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](https://wordpress.org/support/users/porlasrutasdelmundo/)
 * (@porlasrutasdelmundo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4313056)
 * Sayed
    I did what you said but no change. My page is now [http://porlasrutasdelmundo.com.ar/pruebados/](http://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](https://wordpress.org/support/users/jump-up/)
 * (@jump-up)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4313059)
 * 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](https://wordpress.org/support/users/porlasrutasdelmundo/)
 * (@porlasrutasdelmundo)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4313083)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/supernova/2.1.0/screenshot.png)
 * Supernova
 * [Support Threads](https://wordpress.org/support/theme/supernova/)
 * [Active Topics](https://wordpress.org/support/theme/supernova/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/supernova/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/supernova/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [Porlasrutasdelmundo](https://wordpress.org/support/users/porlasrutasdelmundo/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/problem-with-fonts-2/#post-4313083)
 * Status: resolved