File: ttf_file_metadata_same_name.html

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 (36 lines) | stat: -rw-r--r-- 572 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
30
31
32
33
34
35
36
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">

    @font-face {
        font-family: MYB;
        src: url('../../../manual_test/font/noto/NotoSans Bold.ttf')
    }

    @font-face {
        font-family: '#MY';
        src: url('../../../manual_test/font/noto/NotoSans.ttf')
    }

    .regular{
    font-family: '#MY';
}

    .mybold{
    font-family: MYB;


}


</style>
</head>

<body>
<span class="regular">Regular font type</span>
<span class="mybold">Bold font type</span>

</body>
</html>