bulldows95 Posted March 10, 2015 Share Posted March 10, 2015 Is the Helvetica clone Arial still the default sans serif font in Windows 10? If so does it include any improvements? Thanks! --BD Link to comment https://www.neowin.net/forum/topic/1249402-is-arial-the-default-sans-serif-font-in-windows-10/ Share on other sites More sharing options...
devHead Posted March 10, 2015 Share Posted March 10, 2015 They dumped Arial about 9 years ago with Vista as the default font. Ever heard of Segoe UI? Link to comment https://www.neowin.net/forum/topic/1249402-is-arial-the-default-sans-serif-font-in-windows-10/#findComment-596777672 Share on other sites More sharing options...
zhangm Supervisor Posted March 10, 2015 Supervisor Share Posted March 10, 2015 Windows used to use Arial as the default system font? Link to comment https://www.neowin.net/forum/topic/1249402-is-arial-the-default-sans-serif-font-in-windows-10/#findComment-596777674 Share on other sites More sharing options...
Marshall Veteran Posted March 10, 2015 Veteran Share Posted March 10, 2015 Windows used to use Arial as the default system font? This. I know previous versions of Windows used Tahoma and variants of it, but have never heard Arial was. Link to comment https://www.neowin.net/forum/topic/1249402-is-arial-the-default-sans-serif-font-in-windows-10/#findComment-596777676 Share on other sites More sharing options...
bulldows95 Posted March 10, 2015 Author Share Posted March 10, 2015 Oops, I'm sorry, I meant for web browsers. Like when you specify `font-family: sans-serif` in CSS it usually defaults to Arial in Windows, Helvetica on Mac, Roboto on Android etc. Arial does not look as smooth as modern web fonts and its kerning can be a bit off at times. Many thanks! Link to comment https://www.neowin.net/forum/topic/1249402-is-arial-the-default-sans-serif-font-in-windows-10/#findComment-596777678 Share on other sites More sharing options...
Quillz Posted March 10, 2015 Share Posted March 10, 2015 Oops, I'm sorry, I meant for web browsers. Like when you specify `font-family: sans-serif` in CSS it usually defaults to Arial in Windows, Helvetica on Mac, Roboto on Android etc. I believe so, yes. But it's always been easy enough to change. Segue UI has been the system default since Vista. XP used Tahoma, the 3x-9x releases used Microsoft Sans Serif and I believe all versions older than that used Fixedsys. Link to comment https://www.neowin.net/forum/topic/1249402-is-arial-the-default-sans-serif-font-in-windows-10/#findComment-596777680 Share on other sites More sharing options...
zhangm Supervisor Posted March 10, 2015 Supervisor Share Posted March 10, 2015 It's Arial for me on Windows 8.1. Someone can load up the following HTML to check if same as Arial or Segoe UI on 10. <html> <head> <title>Check default sans-serif font</title> <style> p.sans { font-family: sans-serif; } p.aria { font-family: Arial, sans-serif; } p.sego { font-family: Segoe UI, sans-serif; } </style> </head> <body> <p class="sans">This is plain non-specified sans-serif.</p> <p class="aria">This paragraph is specified as Arial.</p> <p class="sego">This paragraph is specified as Segoe UI.</p> </body> Link to comment https://www.neowin.net/forum/topic/1249402-is-arial-the-default-sans-serif-font-in-windows-10/#findComment-596777692 Share on other sites More sharing options...
+KibosJ Subscriber² Posted March 10, 2015 Subscriber² Share Posted March 10, 2015 It's Arial in Windows 10 too. Link to comment https://www.neowin.net/forum/topic/1249402-is-arial-the-default-sans-serif-font-in-windows-10/#findComment-596777792 Share on other sites More sharing options...
Recommended Posts