Mypal/layout/reftests/text-transform/fake-small-caps-1.html
2019-03-11 13:26:37 +03:00

20 lines
322 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
/* load a font that does NOT support the 'smcp' feature */
@font-face {
font-family: test;
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
}
body {
font: 100px test;
}
</style>
</head>
<body>
<div style="font-variant:small-caps">Small Caps
</body>
</html>