blob: 565c7556f3c27ca211c463229cefbc7ccd8f75fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE HTML>
<html>
<meta charset="utf-8">
<style>
@font-face {
font-family: test;
src: url(../fonts/gw432047.ttf);
}
div {
font:16px test;
width:200px;
border:1px solid red;
text-align-last:justify;
}
span {
color: transparent;
}
</style>
<div lang="zh">一葛<span>一葛</span>一葛
|