Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
/* load a font that supports the OpenType 'smcp' feature */
@font-face {
font-family: test;
src: url(../fonts/LinLibertine_Re-4.7.5.woff);
}
body {
font: 100px test;
}
div {
font-feature-settings: 'smcp' on;
}
</style>
</head>
<body>
<div>Small Caps
</body>
</html>