зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
324 B
HTML
21 строка
324 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
body {
|
|
/* try for some likely fonts that might implement the "fi" ligature */
|
|
font-family: Times, Calibri, PalatinoLinotype, DejaVuSerif, serif;
|
|
font-size: 40pt;
|
|
}
|
|
.R {
|
|
color: #FF0000;
|
|
}
|
|
.G {
|
|
color: #00FF00;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span class="R">fi</span>
|
|
</body>
|
|
</html>
|