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 |
|---|---|---|---|
| s*l*n*t*u*d*r*d*e*t*s*n*.com (WP 6.9.4) | β | 2026-03-15 18:44:16 | |
| g*n*x*u*n*e.com (WP 6.8.3) | β | 2026-02-13 22:40:42 | |
| h*p*y*n*.nl | β | 2025-11-12 02:58:50 | |
| z*r*i*-*u*r*i*e*.com | β | 2025-11-11 15:40:31 | |
| v*n*a*d*g*t*l.com | β | 2025-11-11 07:26:13 | |
| s*u*c*t*c*c*m*u*e*.com | β | 2025-11-10 14:58:04 | |
| s*n*u*.com | β | 2025-11-10 10:05:13 | |
| p*n*f*i*a*i*t*.com | β | 2025-11-09 17:22:03 | |
| n*s*e*i*d*e*g.com | β | 2025-11-09 12:04:45 | |
| k*i*o*m*r*e*i*g*i.com | β | 2025-11-08 13:40:38 | |
| j*m*n*z*o*p.com | β | 2025-11-08 11:46:10 | |
| i*s*t*.com | β | 2025-11-08 09:45:17 | |
| e*h*i*e.com | β | 2025-11-07 09:21:10 | |
| e*c*e*d*.com | β | 2025-11-07 08:50:15 | |
| a*e*r*a*a*o*.com | β | 2025-11-06 01:10:18 |
Page 1 of 1