This is a text-only version of the following page on https://raymii.org:
---
Title       : 	Site updates, new font for better contrast and other small CSS fixes
Author      : 	Remy van Elst
Date        : 	12-01-2021
URL         : 	https://raymii.org/s/blog/Site_updates_new_font_for_better_contrast.html
Format      : 	Markdown/HTML
---



### A small site update

New year, time for some site updates. This site is generated with my
self-written open source static site generator named [ingsoc][9] (named after
1984) and this update is a collection of  small improvements. A new font, 
internal code updates to the generator and a few CSS fixes here and there.

I sometimes write updates on new changes in ingsoc, those articles can be
found   [here][7]. The last site update was [about the costs to run
Raymii.org][6]. If you read these site update articles, please [let me
know][8]. I'd like to hear your opinion on the new layout.

<p class="ad"> <b>Recently I removed all Google Ads from this site due to their invasive tracking, as well as Google Analytics. Please, if you found this content useful, consider a small donation using any of the options below:</b><br><br> <a href="https://leafnode.nl">I'm developing an open source monitoring app called  Leaf Node Monitoring, for windows, linux & android. Go check it out!</a><br><br> <a href="https://github.com/sponsors/RaymiiOrg/">Consider sponsoring me on Github. It means the world to me if you show your appreciation and you'll help pay the server costs.</a><br><br> <a href="https://www.digitalocean.com/?refcode=7435ae6b8212">You can also sponsor me by getting a Digital Ocean VPS. With this referral link you'll get $100 credit for 60 days. </a><br><br> </p>


### New font: Ubuntu instead of Raleway

Most notably I've switched fonts, I'm now using Ubuntu instead of Raleway. One 
of the complaints I got often was the readability / contrast on the site and 
I do agree that Raleway was quite thin. I like the Ubuntu font as well and 
that is thicker, so I hope it provides better contrast. Please let me know!

The code blocks are still monospace Roboto, since I like that font as well. 
One of the small CSS improvements is that the indentation on the first line 
of a code block is now gone. 

The link to the [Cluster Status][1] page, which is a fancy live interactive
monitor, is now added to the top as well. I had to scroll down way too often.

### Screenshots, before and after

For your pleasure and archival purposes, here are a few screenshots detailing
the changes.

**The frontpage, before:**

![front before][2]

<hr>

**The frontpage, now:**

![front after][3]

<hr>

**An article section, before:**

![article before][4]

<hr>

**An article section, now:**

![article after][5]

<hr>

[1]: /s/software/Sparkling_Network.html
[2]: /s/inc/img/raymiiorg/2021-old-font-1.png
[3]: /s/inc/img/raymiiorg/2021-new-font-1.png
[4]: /s/inc/img/raymiiorg/2021-old-font-2.png
[5]: /s/inc/img/raymiiorg/2021-new-font-2.png
[6]: /s/blog/Costs_to_run_raymii.org.html
[7]: /s/tags/ingsoc.html
[8]: /s/static/About.html#toc_1
[9]: /s/software/ingsoc.html

---

License:
All the text on this website is free as in freedom unless stated otherwise. 
This means you can use it in any way you want, you can copy it, change it 
the way you like and republish it, as long as you release the (modified) 
content under the same license to give others the same freedoms you've got 
and place my name and a link to this site with the article as source.

This site uses Google Analytics for statistics and Google Adwords for 
advertisements. You are tracked and Google knows everything about you. 
Use an adblocker like ublock-origin if you don't want it.

All the code on this website is licensed under the GNU GPL v3 license 
unless already licensed under a license which does not allows this form 
of licensing or if another license is stated on that page / in that software:

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Just to be clear, the information on this website is for meant for educational 
purposes and you use it at your own risk. I do not take responsibility if you 
screw something up. Use common sense, do not 'rm -rf /' as root for example. 
If you have any questions then do not hesitate to contact me.

See https://raymii.org/s/static/About.html for details.