TIL System font stack
POSTED ON:
System Font Stack #
If you want to use the native font of the operating system of the user, do this:
.system-font-stack {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
Via Educative.co course
Related TILs
Tagged: css