Test font-selection taken from Hackliza.org blog.

This commit is contained in:
Sergio Martínez Portela 2022-08-30 00:44:33 +02:00
parent 4a64a9c732
commit 2a90ea8a26

View File

@ -2,7 +2,7 @@
html, body {
margin: 0;
padding: 0.5ex 1ex;
font-family: sans-serif;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* Node styling */