blob: d5ca66bc19fb7aac5df2918ae566e53bfd99d32a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.internals)
window.internals.settings.setShouldAllowDesignSystemUIFonts(true);
</script>
<style>
@font-face {
font-family: "AppleSystemUISerif";
src: local("-apple-system-ui-serif");
}
</style>
</head>
<body>
<div>
<div style="display: inline-block; font: 72px 'AppleSystemUISerif';">HeJllo</div>
</div>
</body>
</html>