| 12345678910111213141516171819202122232425262728 | 
							- <!DOCTYPE html>
 
- <html lang="zh-CN">
 
- <head>
 
-     <meta charset="UTF-8">
 
-     <title>活力办公,创意无限</title>
 
-     <style type="text/css">
 
-         *{ margin: 0; padding: 0; }
 
-         @font-face {
 
-             font-family: 'o2font';
 
-             src: url('./font/font.eot');
 
-             src:
 
-                     url('./font/font.eot?#font-spider') format('embedded-opentype'),
 
-                     url('./font/font.woff') format('woff'),
 
-                     url('./font/font.svg') format('svg');
 
-             font-weight: normal;
 
-             font-style: normal;
 
-         }
 
-         h1{
 
-             font-family: "o2font",sans-serif;
 
-             text-align: center;
 
-             line-height: 300px;
 
-         }
 
-     </style>
 
- </head>
 
- <body>
 
- <h1>活力办公,创意无限</h1>
 
- </body>
 
- </html>
 
 
  |