From 9bc27e89ce1a216b3bfcc1d71c49c14b99090a01 Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 2 May 2019 14:28:55 +0200 Subject: [PATCH] font-family --- uebung1/css-selektoren.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uebung1/css-selektoren.html b/uebung1/css-selektoren.html index 6b1095f..42456b3 100644 --- a/uebung1/css-selektoren.html +++ b/uebung1/css-selektoren.html @@ -15,7 +15,7 @@ margin: 1em; } .monospace { - font: monospace; + font-family: monospace; } #first-div {