removed Open Sans reference - fixes #120

This commit is contained in:
azett 2022-06-25 11:57:31 +02:00
parent 104096f4f4
commit 2b195dfa51

View File

@ -361,6 +361,6 @@ h4 { font-size: 1.2em; }
} }
* { * {
font-family: 'Open Sans', sans-serif; font-family: sans-serif;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
} }