Reputation: 489
The SF Mono font is present on modern Macs, but I can't seem to target it in my CSS font stack for Chrome? It works just fine on Safari, but not in Chrome. I know ui-monospace
doesn't work (yet) in Chrome, but neither do all these variations:
font-family: 'SF mono', SFMono-Regular, ui-monospace, monospace;
I even tried this to no avail:
@font-face {
font-family: SFMono-Regular;
src: local("SFMono-Regular");
}
Upvotes: 0
Views: 139