blob: 5c33dff843bf1f8153a0dbf196aeeead997bbb2d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.internals) {
internals.invalidateFontCache();
</script>
</head>
<body>
<div style="font: 100px 'Times';">Hello</div>
<div style="font: 100px '.AppleSystemUIFontMedium';">Hello</div>
</body>
</html>