forked from debinzhang/debinzhang.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
29 lines (22 loc) · 777 Bytes
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<script type="text/javascript" src="http://z.cdn.turner.com/ads/cnn/singles/cnn_homepage_rb.js"> </script>
<link rel="stylesheet" href="preload_demo.css" as="style">
<style>
@font-face {
font-family: DebinsFontLight;
src: url(sansation_light.woff);
}
@font-face {
font-family: DebinsFontBold;
src: url(sansation_bold.woff);
}
</style>
</head>
<body>
<div style="font-family: DebinsFontBold"> iOS preload demo 1.1. </div>
<img src="flower_1.jpg" vspace="20"> <!-- with hint -->
<div style="font-family: DebinsFontLight"> Debin's test font. </div> <br>
<img src="http://www.simpletest.org/images/simpletest-contribute.png"> <br>
</body>
</html>