We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4180cc9 commit fffd190Copy full SHA for fffd190
web-fonts/VeraSeBd.ttf
57.4 KB
web-fonts/basic-web-font.html
@@ -0,0 +1,16 @@
1
+<html>
2
+<head>
3
+ <title>Web Font Sample</title>
4
+ <style type="text/css" media="screen, print">
5
+ @font-face {
6
+ font-family: "Bitstream Vera Serif Bold";
7
+ src: url("VeraSeBd.ttf");
8
+ }
9
+
10
+ body { font-family: "Bitstream Vera Serif Bold", serif }
11
+ </style>
12
+</head>
13
+<body>
14
+ This is Bitstream Vera Serif Bold.
15
+</body>
16
+</html>
0 commit comments