chencho

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Changing Fonts in H1, 2, 3, 4, 5 etc #11118
    chencho
    Customer

      I have no way to change Open Sans font in Epik 馃檨

      Try to add at end to css:

      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p,
      a,
      span {
      	font-family: times;
      }

      And into functions change

      wp_enqueue_style( 'google-font', '//fonts.googleapis.com/css?family=Open+Sans:300,400,700', array(), PARENT_THEME_VERSION );

      to

      wp_enqueue_style( 'google-font', '//fonts.googleapis.com/css?family=Alef:300,400,700', array(), PARENT_THEME_VERSION );

      But there is no way!

    Viewing 1 post (of 1 total)