diff --git a/css/main.css b/css/main.css index 7d67459..7b4cc63 100644 --- a/css/main.css +++ b/css/main.css @@ -16,22 +16,22 @@ You probably already know that, otherwise you can visit him here "https://fosc.s @font-face { font-family: nixiefont; - src: url(fonts/NixieOne.ttf); + src: url(../fonts/NixieOne.ttf); } @font-face { font-family: AmericanCfont; - src: url(fonts/AmericanC.ttf); + src: url(../fonts/AmericanC.ttf); } @font-face { font-family: typermfont; - src: url(fonts/typewcond.otf); + src: url(../fonts/typewcond.otf); } @font-face { font-family: avenirfont; - src: url(fonts/AvenirCondensed.ttf); + src: url(../fonts/AvenirCondensed.ttf); } /*GLOBAL ATTRIBUTES*/ @@ -51,7 +51,7 @@ body, html { } body { - background-image: url(img/coreboot2.jpg); + background-image: url(../img/coreboot2.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;