mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>ligature-across-space test</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: ligsym;
|
||||
src: url(../fonts/LigatureSymbolsWithSpaces.woff);
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
.test {
|
||||
font-family: ligsym;
|
||||
font-size: 150%;
|
||||
-webkit-font-feature-settings: "liga" on;
|
||||
-o-font-feature-settings: "liga" on;
|
||||
font-feature-settings: "liga" on;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table>
|
||||
<tr><td>calendar</td><td class="test">calendar</td></tr>
|
||||
<tr><td>daily calendar</td><td class="test">daily calendar</td></tr>
|
||||
<tr><td>align left</td><td class="test">align left</td></tr>
|
||||
<tr><td>align center</td><td class="test">align center</td></tr>
|
||||
<tr><td>align right</td><td class="test">align right</td></tr>
|
||||
<tr><td>volume</td><td class="test">volume</td></tr>
|
||||
<tr><td>volume down</td><td class="test">volume down</td></tr>
|
||||
<tr><td>volume up</td><td class="test">volume up</td></tr>
|
||||
<tr><td>zoom in</td><td class="test">zoom in</td></tr>
|
||||
<tr><td>zoom out</td><td class="test">zoom out</td></tr>
|
||||
<tr><td>heart</td><td class="test">heart</td></tr>
|
||||
<tr><td>heart empty</td><td class="test">heart empty</td></tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue