<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
if (window.internals) | |
window.internals.settings.setShouldAllowDesignSystemUIFonts(true); | |
</script> | |
<style> | |
@font-face { | |
font-family: "AppleSystemUIMonospaced"; | |
src: local("-apple-system-ui-monospaced"); | |
} | |
</style> | |
</head> | |
<body> | |
<div> | |
<div style="display: inline-block; font: 72px 'AppleSystemUIMonospaced';">HeJllo</div> | |
</div> | |
</body> | |
</html> |