Forum Replies Created
-
AuthorPosts
-
January 18, 2018 at 5:23 pm 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
——————————————————————————————————————————————–
UPDATE: 17.12.2017Thank you Yigit! It worked.
——————————————————————————————————————————————–
Hello RikardQuick 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, 11 months ago by knuppsli.
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
-
AuthorPosts