examples: fixed typo in ejs example css

closes #4554
This commit is contained in:
Lutger Kunst
2021-03-22 21:42:52 +01:00
committed by Douglas Christopher Wilson
parent 8e4add7f74
commit 30afebf8da

View File

@@ -1,4 +1,4 @@
body {
padding: 50px 80px;
font: 14px "Helvetica Nueue", "Lucida Grande", Arial, sans-serif;
font: 14px "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
}