mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
21 lines
368 B
HTML
21 lines
368 B
HTML
<!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;
|
|
-moz-text-align-last:justify;
|
|
text-align-last:justify;
|
|
}
|
|
span {
|
|
color: transparent;
|
|
}
|
|
</style>
|
|
<div lang="zh">一葛<span>𠮟𠮟</span>一葛
|