Home Forums Pro Themes Education Hub Pro Add Google fonts

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #73993
    Modular
    Participant

    Hello,

    How can I include different types of Google fonts in my website?

    https://fonts.google.com/

    https://www.mocsummit.com/

    Regards
    Gurjeet

    #73998
    wensolutions
    Keymaster

    Hello @gurjeets,

    Actually, the query is quite not related to the theme but we will provide the steps for add the google fonts.

    To include different google font please follow below-given steps.

    step 1: Go to this link :https://fonts.google.com/ and click the “+” sign of your desired font.

    Screenshot:
    http://prntscr.com/ir1f86

    Step 2: After clicking on the “+” sign, you will get the box at the bottom right corner. Click it then a box will appear. Here go to import tab and copy the import code and fonts below it and paste them in Admin Panel > Appearance > Customize > Additional CSS.

    Screenshots:
    http://prntscr.com/ir1gsq

    Hope this helps.

    Regards!!

    #74023
    Modular
    Participant

    Thanks !

    How can I change the font type of ‘Quick Links’ to ‘Exo’ font?

    https://www.mocsummit.com/

    #74040
    wensolutions
    Keymaster

    Hello @gurjeets,

    To change the font type of “Quick Link” to exo font use below given CSS.

    .quick-links a.links-btn {
        font-family: 'Exo', sans-serif;
    }

    Hope this helps.

    Thank you.

    #74045
    Modular
    Participant

    Thanks !

    How can I change the font Of this table to ‘EXO’ font?

    https://www.mocsummit.com/program/

    Regards
    Gurjeet

    #74080
    wensolutions
    Keymaster

    Hello @gurjeets,

    To change the font of the table use below given CSS.

    .sched-row,a.sched-event {
        font-family: exo;
    }

    If the CSS does not work then you have to load the exo font following the process mentioned above.

    Thank you.

    Regards!!

    #74085
    Modular
    Participant

    Thanks !

    It did change the font of the table header and the timings on the left side (i.e. 6:30 am to 9:30 pm).

    But, it didn’t change the font type to ‘Exo’ font for text which is within the colored rectangles?

    https://www.mocsummit.com/program/

    Can you please help?

    Regards
    Gurjeet

    #74086
    wensolutions
    Keymaster

    Hello @gurjeets,

    To change the font of the content within the colored rectangles use below given CSS.

    #sched-schedule-1-1150939736 .sched-event-title {
        font-family: 'Exo', sans-serif;
    }
    
    .sched-event .sched-event-subtitle {
        font-family: 'Exo', sans-serif;
    }

    Hope this helps.

    Regards!!

    #74087
    Modular
    Participant

    Thanks so much !

    #74088
    wensolutions
    Keymaster

    Hello @gurjeets,

    Glad we could help you.

    If you have any issues further then please let us know.

    Further, if you haven’t then please help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/education-hub/reviews/

    Thank you.

    Regards!!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.