More about Fonts and Typography in CSS
- Google Fonts video
- CSS @font-face
- Unicode Range video
- icomoon can be used to create a webfont by combining characters and icons that you select from other fonts.
- Fontawesome create a webfont made up of icons that you select
- You can use font-squirrel to generate webfonts by converting from one format to other formats.
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";