Tagged: x
-
AuthorPosts
-
September 5, 2016 at 3:30 pm #1162101
Hy there,
I use a custom font and everything works fine with the @font-face attribute.
Now I would like to change the font in the ‘Superfly Menu’ (Extentions).
I already set up this:
.sfm-menu li>a span { text-transform: none !important; }
…this works also fine – but I can’t do any font changes…
Any ideas how I can do this?
Best regards
September 5, 2016 at 4:25 pm #1162153Hi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
September 6, 2016 at 10:52 am #1163203This reply has been marked as private.September 6, 2016 at 12:46 pm #1163335Hi there,
Yes, kindly provide us with the admin access to your site so that we could access the pages.
Thank you.
September 11, 2016 at 7:04 am #1170052This reply has been marked as private.September 11, 2016 at 7:38 am #1170074Thanks. Let us know.
September 23, 2016 at 7:51 am #1187858This reply has been marked as private.September 23, 2016 at 10:45 am #1188035This reply has been marked as private.September 24, 2016 at 9:35 am #1189124This reply has been marked as private.September 24, 2016 at 6:41 pm #1189350Hi there,
Still not, it’s doing redirect and looping.
Thanks!
September 26, 2016 at 6:01 am #1190630This reply has been marked as private.September 26, 2016 at 6:25 am #1190666Hi there,
Not sure what you exactly trying to achieve, but to change font family and style please try following code :
#sfm-sidebar:not(.sfm-iconbar) .sfm-menu li a span { font-family: cursive !important; font-style: italic; }
Hope it helps.
September 26, 2016 at 7:23 am #1190747oh good – so embarrassing… yes of course…!
Thank you so much – maybe I need holidays…
–
OK – last troubleshooting:
I use 2 different custom fonts – and i use them “in one line” (Monotype Corsiva / CorsivaMTStd & Zrnic)
e.g. I set up the first font for every headlines and use the second font for some letters…everything works fine except on small devices and in fire fox / Internet Explorer – how can I fix this?
If this is not possible I would like to show the “Alex Brush” from Google Fonts
If I do: font-family:’CorsivaMTStd’,”Alex Brush”;
nothing really changed…May you can help me out again?
Best regards
September 26, 2016 at 9:04 am #1190854Hey there,
You can only use 1 font for an element. The first font will be used and the rest are just fall backs in case the first font is not available.
Thanks.
-
AuthorPosts