mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
395 B
HTML
20 lines
395 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: Pos;
|
||
|
src: url(../fonts/PositioningTest1.ttf);
|
||
|
}
|
||
|
p {
|
||
|
font-family: Pos;
|
||
|
font-size: 50px;
|
||
|
opacity: 0.5;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- The PositioningTest2 font uses a GPOS positioning lookup
|
||
|
to replace the 'o' with a raised version of the glyph -->
|
||
|
<p>Hello World!</p>
|
||
|
</body>
|