From a6da3a6f396b8022c9de630dd3ff841ca3218b5f Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 4 Aug 2017 17:11:52 +0200 Subject: [PATCH] rm unused css file --- main.css | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 main.css diff --git a/main.css b/main.css deleted file mode 100644 index 7a80132..0000000 --- a/main.css +++ /dev/null @@ -1,31 +0,0 @@ -@font-face { - font-family: breuer; - font-style: normal; - font-weight: normal; - src: url('/fonts/breuertext-regular-webfont.woff') format('woff'), - url('/fonts/breuertext-regular-webfont.ttf') format('truetype'); -} - -@font-face { - font-family: breuerMedium; - src: url('/fonts/breuertext-medium-webfont.woff') format('woff'), - url('/fonts/breuertext-medium-webfont.ttf') format('truetype'); -} - -* { - font-family: breuer; -} - -#container { - background: #fff; - text-align:center; - margin: 0; - width: 100%; -} - -#wrapper { - margin: 0 auto; - width: 100%; - height: 600px; -} -