diff --git a/DS-DIGII.TTF b/DS-DIGII.TTF new file mode 100755 index 0000000..2aae3d8 Binary files /dev/null and b/DS-DIGII.TTF differ diff --git a/index.css b/index.css index ec4a909..dddbf8e 100644 --- a/index.css +++ b/index.css @@ -1,5 +1,10 @@ body { - background-color: #80d4ea; + background-color: #36454f; +} + +@font-face { + font-family: digi; + src: url(DS-DIGII.TTF); } #clock { @@ -9,7 +14,8 @@ body { position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding-top: 70px; - font-family: courier, monospace; + /*font-family: courier, monospace;*/ + font-family: digi; text-align: center; color: white; font-size: 100px; diff --git a/index.html b/index.html index 191d3cc..b3c469a 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,12 @@
+ + +