Cover page Font

  • Posted in : BookCard
  • FoxRay
    Participant

    Hi,

    Is there a way to change the cover font, especially the title font.

    Thanks

    Mehmet S.
    Keymaster

    – Select your font from Google Web Fonts,

    – Add it to head section of your index.html file,

    – And change the title font from main.css in line 418:

    .cover h1 { display: block; width: 100%; margin: 0 auto; padding: .5em 0 .1em 0; text-align: center; color: #fff; line-height: 1; letter-spacing: 1px; font-size: 62px; font-family: 'Alfa Slab One'; text-shadow: 8px 7px 0px rgba(0, 0, 0, 0.1); }
    

    – In that line, change the font-family:

    .cover h1 { font-family: 'Alfa Slab One'; }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register