How can i use the segoe ui font ?

Posted in: Newspaper
Post count: 54

How can i use the segoe ui font ?

I need this font to be listed in the theme please ^_^

Post count: 9544

Best way is to edit the style.css file to create custom setup for your most desired font. Also note that segoe is typically part of a font stack, where there is a fall back to something like arial,sans-serif, since seqoe/segoe ui are not supported by all web browsers (about 74% of Windows users), and not supported by Mac OS/OSX at all.

Eg., normal usage would be like so:
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;

Post count: 6600

Hi,

Thanks Christopher!

@iha
You could also try this: https://forum.tagdiv.com/how-to-use-custom-fonts/

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.