Segoe UI Font | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Segoe UI Font

Would it be possible to use Microsoft's "Segoe UI" as a font in my HTML page? If so how would that work?

25th Jun 2017, 4:21 PM
MCJEH
MCJEH - avatar
5 Answers
+ 4
that didn't really do anything, it just shows the second font
25th Jun 2017, 4:38 PM
MCJEH
MCJEH - avatar
+ 3
You need to find the ttf. Convert it to web font for your webpage. http://www.font2web.com/
25th Jun 2017, 5:07 PM
Calviղ
Calviղ - avatar
+ 3
convert it...?
25th Jun 2017, 5:08 PM
MCJEH
MCJEH - avatar
25th Jun 2017, 5:24 PM
Calviղ
Calviղ - avatar
+ 2
body { font-family: "Segoe UI", Arial, sans-serif; }
25th Jun 2017, 4:31 PM
Calviղ
Calviղ - avatar