diff --git a/public/fonts/BebasNeue.otf b/public/fonts/BebasNeue.otf deleted file mode 100644 index 614e7a4..0000000 Binary files a/public/fonts/BebasNeue.otf and /dev/null differ diff --git a/public/style/public.css b/public/style/public.css index 56c3955..155dde6 100644 --- a/public/style/public.css +++ b/public/style/public.css @@ -1,7 +1,9 @@ @CHARSET "UTF-8"; @font-face { - font-family: Bebas; - src: url("/fonts/BebasNeue.otf") format("opentype"); + font-family: 'Bebas Neue'; + font-style: normal; + font-weight: normal; + src: local('Bebas Neue'), url('BebasNeue.woff') format('woff'); } a{text-decoration:none;} @@ -202,8 +204,7 @@ display: inline-block; margin: 0px; z-index: 2; position: relative; - letter-spacing:-1px; - font-family:Bebas; + font-family:"Bebas Neue"; }