More about Fonts and Typography in CSS

Native Font Stack

  • Below is the Native Font Stack which will make practically every device display its default font family:
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
  Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

Understanding Text Encoding

Last Updated: : 8/26/2019, 2:39:05 PM