<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
@font-face { | |
font-family: "AppleSystemUISerif"; | |
src: local("ui-serif"); | |
} | |
</style> | |
</head> | |
<body> | |
<div> | |
<div style="display: inline-block; font: 72px 'AppleSystemUISerif'; font-synthesis: none;">HeJllo</div> | |
</div> | |
</body> | |
</html> |