blob: 49a1d1d1df484f552c8a5bf29747b46612960ae3 [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: bold 72px 'AppleSystemUISerif'; font-synthesis: none;">HeJllo</div>
</div>
</body>
</html>