File: unicode.css

package info (click to toggle)
xhtml2pdf 0.2.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,412 kB
  • sloc: python: 12,740; makefile: 247; xml: 24
file content (29 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
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
@font-face {
	font-family: CODE2000;
	src: url("font/CODE2000.TTF")
}

/*
@font-face {
	font-family: arialuni;
	font-weight: bold;
	src: url("font/CODE2000.TTF")
}

@font-face {
	font-family: arialuni;
	font-style: italic;
	src: url("font/CODE2000.TTF")
}

@font-face {
	font-family: arialuni;
	font-weight: bold;
	font-style: italic;
	src: url("font/CODE2000.TTF")
}
*/

html {
    font-family: CODE2000;
}