Viewing 3 posts - 21 through 23 (of 23 total)
  • Author
    Posts
  • #108057
    Mahesh
    Keymaster

    @lanretobi: For Noto google font, add the following CSS:

    @font-face {
        font-family: "Noto Sans script=all rev=2";
        font-style: normal;
        font-weight: 400;
        src: url("https://fonts.gstatic.com/s/notosans/v6/C7bP6N8yXZ-PGLzbFLtQKRJtnKITppOI_IvcXXDNrsc.woff2") format("woff2");
        unicode-range: U+460-52F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    }
      
    body{
        font-family: "Noto Sans script=all rev=2";
    }

    Regards,
    Mahesh

    #108076
    lanretobi
    Participant

    thanks so much. Pls can this work for catch everest theme also? or modification is required?

    #108079
    Mahesh
    Keymaster

    @lanretobi: Yes, this works on catch everest theme too.

    Regards,
    Mahesh

Viewing 3 posts - 21 through 23 (of 23 total)
  • The topic ‘Font Sizes on Tablet and Phone’ is closed to new replies.