Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello os3_tu. Please add following code into the custom.css file you are using:

    /* implementing google fonts in example purposes */
    /* latin */
    @font-face {
      font-family: 'Coustard';
      font-style:italic !important;
      font-weight:bold;
      src: local('Coustard'), url(https://fonts.gstatic.com/s/coustard/v6/CiiNyGc8YnqCRxLykGN1ofesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
    }
    /* latin */
    @font-face {
      font-family: 'Coustard';
      font-style:italic !important;
      font-weight:bold;
      src: local('Coustard-Black'), url(https://fonts.gstatic.com/s/coustard/v6/zZrOBKsm_2zXTCex2CMWjY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
    }
    /* Change sidebar style for home page (".page-id-7" is the selector for home page. Please open your site in development tools in Chrome or similar software in opera and check <body> tag to see what is the current page id.)*/
    .page-id-7 .sidebar .widget li a{font-size:15pt !important;  font-family: 'Coustard' !important;}

    Regards,
    Wallbreaker

    Thread Starter Jeroen1982

    (@jeroen1982)

    Thank you so much! It worked!

    Grtz Jeroen

    You are welcome.

    Regards,
    Wallbreaker

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change font type and size on sidebar menu’ is closed to new replies.