summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-02-22 17:11:22 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-02-22 17:11:22 +0000
commit0c3707a0a7f3f6b66df66a725627f98a3820c693 (patch)
tree5f8b880adc2d71f3492ae70bae75d78475215c28 /misc
parent5c415f739bcdc183e99f76e55509ab9485fb181e (diff)
downloadbrdo-0c3707a0a7f3f6b66df66a725627f98a3820c693.tar.gz
brdo-0c3707a0a7f3f6b66df66a725627f98a3820c693.tar.bz2
Removing very old leftover.
Diffstat (limited to 'misc')
-rw-r--r--misc/linux-font-test.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/misc/linux-font-test.html b/misc/linux-font-test.html
deleted file mode 100644
index 4089d19c1..000000000
--- a/misc/linux-font-test.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<html>
- <head>
- <title>font test</title>
- <style type="text/css">
- .f5 { font-size: 5pt; font-family: arial,helvetica; }
- .f6 { font-size: 6pt; font-family: arial,helvetica; }
- .f7 { font-size: 7pt; font-family: arial,helvetica; }
- .f8 { font-size: 8pt; font-family: arial,helvetica; }
- .f9 { font-size: 9pt; font-family: arial,helvetica; }
- .f10 { font-size: 10pt; font-family: arial,helvetica; }
- .f11 { font-size: 11pt; font-family: arial,helvetica; }
- .f12 { font-size: 12pt; font-family: arial,helvetica; }
- .f13 { font-size: 13pt; font-family: arial,helvetica; }
- .f14 { font-size: 14pt; font-family: arial,helvetica; }
- .f15 { font-size: 15pt; font-family: arial,helvetica; }
- .f16 { font-size: 16pt; font-family: arial,helvetica; }
- .f17 { font-size: 17pt; font-family: arial,helvetica; }
- .f18 { font-size: 18pt; font-family: arial,helvetica; }
- </style>
- </head>
- <body>
- <span class="f5">5pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f6">6pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f7">7pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f8">8pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f9">9pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f10">10pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f11">11pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f12">12pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f13">13pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f14">14pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f15">15pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f16">16pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f17">17pt abcdefghijklmnopqrstuvwxyz</span><br />
- <span class="f18">18pt abcdefghijklmnopqrstuvwxyz</span><br />
- </body>
-</html>