diff options
-rw-r--r-- | fonts/LiberationMono-Regular.ttf | bin | 0 -> 108172 bytes | |||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | projects/index.html | 2 | ||||
-rw-r--r-- | style.css | 21 |
4 files changed, 20 insertions, 5 deletions
diff --git a/fonts/LiberationMono-Regular.ttf b/fonts/LiberationMono-Regular.ttf Binary files differnew file mode 100644 index 0000000..45636d6 --- /dev/null +++ b/fonts/LiberationMono-Regular.ttf @@ -56,7 +56,7 @@ </main> <hr> <footer> - <span>Last modification 20-02-2024. Estabished somewhere around 2019. Sysadmin: arf20. Contact: <a target="_blank" href="mailto:arf20@arf20.com">arf20@arf20.com</a> <a href="/arf20_public.asc">PGP</a> Murcia, Spain.</span><br> + <span>Last update 08-02-2025. Estabished somewhere around 2019. Sysadmin: arf20. Contact: <a target="_blank" href="mailto:arf20@arf20.com">arf20@arf20.com</a> <a href="/arf20_public.asc">PGP</a> Murcia, Spain.</span><br> <a href="/LICENSE">Everything here is by default published under the GPLv3</a> <a href="/">Copyright © 2023 ARFNET</a><br> <img src="gifs/bestvw.gif"> diff --git a/projects/index.html b/projects/index.html index ba99985..fc776f1 100644 --- a/projects/index.html +++ b/projects/index.html @@ -21,7 +21,7 @@ <h2>Hardware</h2> <div class="sect"> <div class="item"> - <h3><a href="arfvcr/">arfvcr</a> WIP</h3> + <h3><a href="arfvcr/">arfvcr</a></h3> Digital pseudo-VCR for proprietary SONY Trinicon cameras </div> <div class="item"> @@ -8,10 +8,25 @@ src: url('/fonts/FSEX300.ttf'); } +@font-face { + font-family: 'monospace'; + font-weight: 500; + src: url('/fonts/LiberationMono-Regular.ttf'); +} + +a:link { + color: #61AFEF; +} + +a:visited { + color: #C678DD; +} + body { - background-image: url("tile1.jpg"); - background-repeat: repeat; - font-family: terminus; + background-color: #282C34; + color: #abb2bf; + + font-family: monospace; max-width: 1000px; margin-left: auto; |