зеркало из https://github.com/mozilla/gecko-dev.git
29 строки
412 B
HTML
29 строки
412 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<style>
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(../fonts/TAMLThiruValluvar-Regular.ttf);
|
|
}
|
|
.test {
|
|
font-family: test;
|
|
width: -moz-fit-content;
|
|
}
|
|
.mask {
|
|
background: green;
|
|
position: relative;
|
|
top: -.7em;
|
|
height: .7em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="test">
|
|
தெபெ
|
|
<div class="mask"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|