+ 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?
5 Answers
+ 4
that didn't really do anything, it just shows the second font
+ 3
You need to find the ttf. Convert it to web font for your webpage.
http://www.font2web.com/
+ 3
convert it...?
+ 3
Download the ttf file from https://github.com/meloncholy/mt-stats-viewer/blob/master/public/fonts/segoe-ui/segoeui.ttf.
I have converted it to web font.
https://wfg-uploads.s3.amazonaws.com/3a090e726e3f5163d20381843e8d653b/SegoeUI.zip
Download this zip. Open the HTML file.
+ 2
body {
font-family: "Segoe UI", Arial, sans-serif;
}