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