Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Change Font color in Hamburger menu when hovered over #899206

    Hello Victoria

    Thanks for your quick response, that helped:-D

    Regards

    Kevin

    in reply to: Adding new font to my website does not work #887822

    ——————————————————————————————————————————————–
    UPDATE: 17.12.2017

    Thank you Yigit! It worked.
    ——————————————————————————————————————————————–
    Hello Rikard

    Quick CSS didnt help. first I tried this:

    * { font-family: Tahoma; }

    ———————————————-
    Because the first did not work, I tried this:

    @font-face {
    font-family: ‘Tahoma’;
    src: url(‘fonts/Tahoma-Bold.woff2’) format(‘woff2’),
    url(‘fonts/Tahoma-Bold.woff’) format(‘woff’),
    url(‘/fonts/Tahoma-Bold.ttf’) format(‘truetype’);
    font-weight: bold;
    font-style: normal;
    }

    @font-face {
    font-family: ‘Tahoma’;
    src: url(‘fonts/Tahoma.woff2’) format(‘woff2’),
    url(‘fonts/Tahoma.woff’) format(‘woff’),
    url(‘fonts/Tahoma.ttf’) format(‘truetype’);
    font-weight: normal;
    font-style: normal;

    ———————————

    Nothing.

    Can you please answer my question from yesterday, IF Tahoma actually needs a @fontface and what exactly I was doing wrong. Where do I have to add the @font-face in the CSS code (which line exactly and is it the base.css file or what)?

    I would really like to actually learn something and relieve you guys from support.

    Thanks for your help

    knuppsli

    • This reply was modified 6 years, 10 months ago by knuppsli.
    in reply to: Adding new font to my website does not work #887368

    Hello

    I want to change the Font to Tahoma, but when I use the above instructions nothing happens. I don’t know, if Tahoma actually needs a @font-face, but when I created and added it to custom CSS, nothing happened.

    In a similar Topic on this forum (https://kriesi.at/support/topic/font-tahoma/) a moderator named BASILIS recommended to the user, to include * { font-family: Tahoma; } in CSS, but where exactly does he mean to include that code (which CSS file, which line)?

    Can you please help me and explain how to include tahoma, so I can choose the font in the Enfold general styling menu?

    Thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)