From 5a1604304fd24c66f3f4439201d0cd3321aa6092 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Tue, 29 Mar 2016 18:58:58 +0200 Subject: [PATCH] Modificato path font bebas --- public/style/public.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style/public.css b/public/style/public.css index 151c9d7..56c3955 100644 --- a/public/style/public.css +++ b/public/style/public.css @@ -1,7 +1,7 @@ @CHARSET "UTF-8"; @font-face { font-family: Bebas; - src: url("../fonts/BebasNeue.otf") format("opentype"); + src: url("/fonts/BebasNeue.otf") format("opentype"); } a{text-decoration:none;}