]> www.average.org Git - pulsecounter.git/commitdiff
use Pipe-Dream font by Jonathan Paterson
authorEugene Crosser <crosser@average.org>
Wed, 23 Dec 2015 20:30:42 +0000 (23:30 +0300)
committerEugene Crosser <crosser@average.org>
Wed, 23 Dec 2015 20:30:42 +0000 (23:30 +0300)
web/PIPED.TTF [new file with mode: 0644]
web/PIPED.TXT [new file with mode: 0644]
web/index.html

diff --git a/web/PIPED.TTF b/web/PIPED.TTF
new file mode 100644 (file)
index 0000000..d7926f6
Binary files /dev/null and b/web/PIPED.TTF differ
diff --git a/web/PIPED.TXT b/web/PIPED.TXT
new file mode 100644 (file)
index 0000000..74d2949
--- /dev/null
@@ -0,0 +1,28 @@
+\r
+                                Pipe-Dream\r
+                   --------------------------------------\r
+                     Released as freeware in May 1997.\r
+\r
+     The letters of this font are a plumber's nightmare of\r
+     criss-crossing pipes. Pipe-Dream has only the uppercase alphabet,\r
+     numbers and basic punctuation.\r
+\r
+     You may use Pipe-Dream without payment, but you may not sell this\r
+     font or distribute a modified version without my written consent.\r
+     Pipe-Dream may not be distributed without this text file.\r
+\r
+     To avoid loss of quality, please do not convert this font to other \r
+     formats without checking with me first. Pipe-Dream is currently \r
+     available in four formats (PostScript and TrueType for both \r
+     Macintosh and Windows) and has been tested in all four formats. \r
+     If you have received the wrong version, please download the version \r
+     you need from:\r
+\r
+          http://www.mlink.net/~paterson/jpfonts.htm\r
+\r
+          Jonathan Paterson\r
+          3534 de Lorimier\r
+          Montreal, Quebec\r
+          Canada   H2K 3X6\r
+\r
+          E-Mail: paterson@mlink.net
\ No newline at end of file
index 51a8da9a035400579efabe26ea7f4cd7c156c57b..9170885ed902f4ce41728adc2dace7b4e6bf5ab9 100644 (file)
   }
 </script>
 <style>
+@font-face {
+  font-family: PipeDream;
+  src: url('PIPED.TTF') format('truetype');
+  /* Free to use font from http://www.mlink.net/~paterson/jpfonts.htm */
+}
 h1 {
+  margin-top: 5px;
   text-align: center;
+  font-family: PipeDream;
+  font-size: 64px;
+  font-weight: normal;
+  background-color: lightgray;
 }
 br {
   clear: both;
@@ -258,7 +268,7 @@ body {
 </style>
 <title>Water Meters</title>
 </head><body>
-<h1>Water Meters</h1>
+<h1>WATER METERS</h1>
 <div id="currentvals">
   Current Values
   <div class="current" id="cold">cold</div>