tenfourfox/layout/reftests/text-transform/graphite-small-caps-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
316 B
HTML

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