<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>远程字体</title>
<style type="text/css">
body {font-family:'微软雅黑'}
@font-face {
font-family:微软雅黑;
src: url('http://js.jrjimg.cn/font/msyh.eot');
src: url('http://js.jrjimg.cn/font/msyh.eot?#iefix') format('embedded-opentype'),
  url('msyh.woff') format('woff'),
  url('msyh.ttf')  format('truetype'),
  url('msyh.svg#msyh') format('svg');
}

</style>
</head>

<body>
<div class="font_01">
       最开始我以为 没到过的地方<br />
        才会有想象中 最美丽的风景<br />
        幻想着从巴黎 漂移到马德里<br />
        这将是多么浪漫的旅行<br />
        到最后才明白 两个人的温馨<br />
        那才是世界上 最美好的场景<br />
</div>
</body>
</html>

 

相关文章:

  • 2021-12-23
  • 2021-05-16
  • 2022-02-11
  • 2022-12-23
  • 2021-12-25
  • 2021-10-07
  • 2021-09-11
猜你喜欢
  • 2021-07-20
  • 2022-02-13
  • 2022-02-18
  • 2021-09-25
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案