File: css_at_font_face.html

package info (click to toggle)
php-dompdf 0.6.1%2Bdfsg-2~bpo70%2B2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 4,200 kB
  • sloc: php: 19,599; makefile: 38; sh: 13
file content (41 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download | duplicates (5)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<link href='http://fonts.googleapis.com/css?family=Give+You+Glory&v2' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Wallpoet&v2' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister&v2' rel='stylesheet' type='text/css'>
<style type="text/css">
	body {
		font-family: sans-serif;
	}
	p {
		font-size: 2em;
		background: #eee;
		padding: 1em;
	}
	
	h2 {
		color: #999;
	}
</style>
</head>
<body>

<h2>Give You Glory</h2>
<p style="font-family: 'Give You Glory', sans-serif;">
  Grumpy wizards make toxic brew for the evil Queen and Jack
</p>

<h2>Wallpoet</h2>
<p style="font-family: 'Wallpoet', sans-serif;">
  Grumpy wizards make toxic brew for the evil Queen and Jack
</p>

<h2>Love Ya Like A Sister</h2>
<p style="font-family: 'Love Ya Like A Sister', sans-serif;">
  Grumpy wizards make toxic brew for the evil Queen and Jack
</p>

</body>
</html>