1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

Remove Helvetica

All my homies hate Helvetica
This commit is contained in:
Umar Getagazov 2021-08-17 21:40:30 +07:00
parent f2a82ba527
commit a8ec179668

View File

@ -80,9 +80,9 @@ header { width: 100%; margin-bottom: 1rem; }
*, *::before, *::after {box-sizing: border-box;}
html { height:100%; padding:0; }
body { margin: 0; font-size:16px; font-family: 'Helvetica', 'Liberation Sans', sans-serif; color: black; }
body { margin: 0; font-size:16px; font-family: sans-serif; color: black; }
input, kbd { font: inherit; color: inherit; }
textarea {font-size:16px; font-family: 'Helvetica', 'Liberation Sans', sans-serif;}
textarea {font-size:16px; font-family: inherit;}
.edit { min-height: 80vh; }
.edit__title { margin-top: 0; }