1
0
mirror of https://github.com/google/fonts.git synced 2024-12-18 22:31:31 +03:00
fonts/knowledge/glossary/terms/system_font_web_safe_font/content.md
2021-12-07 09:28:03 -10:00

1.2 KiB
Raw Blame History

A system font or web-safe font is one thats already assumed to be on the vast majority of users devices, with no need for a web font to be downloaded.

A list of system fonts: Arial, Verdana, Tahoma, Trebuchet MS, Times New Roman, Georgia, Courier New, Brush Script MT, and Impact.

Prior to the arrival and widespread adoption of web fonts, web designers were limited to using typefaces in their designs that would render as intended on all users computers—and the only way this could be assured would be to use fonts that were installed across the major operating systems of the world. In practice, this meant a small overlap between the fonts installed by default on Apple Macs, Windows-powered PCs, and Linux systems.

In certain settings, system fonts are still employed as the sensible default, such as in word processing apps that generate documents that will need to be edited on other users computers. Its possible in CSS to invoke system UI fonts in web pages: font-family: system-ui results in Segoe on Windows, San Francisco on macOS, and Roboto on Android.