System Fonts
System Fonts enqueues a stylesheet that lets you use the native font on each operating system and defines a system-ui css @font-face that you can use on the customizer, your theme’s settings or your own code.
Usage example
The Twenty Seventeen theme uses this css selector for the body text:
body, button, input, select, textarea {
font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
We are going to replace it with the default system font.
In you WordPress site, go to Appearance > Customize > Additional CSS and paste this code
body, button, input, select, textarea {
font-family: system-ui;
}
Appart from them font-family, there are other font-properties available:
- font-style: normal or italic;
- font-weight: 300 (light), 400 (regular), 500 (medium), 700 (bold);
For example this is the code make an element’s text semibold and cursive:
#my-element {
font-family: system-ui;
font-weight: 500;
font-style: italic;
}
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| e*t*e*l*t*.nl (WP 5.8.13) | F | 2026-07-09 04:59:55 | |
| a*e*r*a*a*o*.com (WP 5.4.19) | B | 2026-07-08 09:45:38 | |
| e*h*i*e.com | F | 2026-07-05 02:45:41 | |
| e*c*e*d*.com | F | 2026-07-03 09:10:32 | |
| v*n*a*d*g*t*l.com | B | 2026-07-03 00:00:34 | |
| s*n*u*.com (WP 7.0) | F | 2026-06-30 11:16:17 | |
| f*l*o*m*s*c.net (WP 6.9.4) | F | 2026-05-26 03:10:37 |
Page 1 of 1