36 lines
643 B
HTML
36 lines
643 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style type="text/css">
|
|
/*声明 WebFont*/
|
|
@font-face {
|
|
font-family: 'source';
|
|
src: url(zpix.eot);
|
|
src:
|
|
url(zpix.eot?#font-spider) format('embedded-opentype'),
|
|
url(zpix.woff2) format('woff2'),
|
|
url(zpix.woff) format('woff'),
|
|
url(zpix.ttf) format('truetype'),
|
|
url(zpix.svg) format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/*使用指定字体*/
|
|
body {
|
|
font-family: 'source';
|
|
font-weight: bold;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
像素进化
|
|
像素進化
|
|
Pixel Evo
|
|
ドット進化
|
|
도트 진화
|
|
</body>
|
|
</html>
|