Fix css after path change

This commit is contained in:
Pablo Moyano 2020-03-14 05:07:21 +01:00
parent a4541c088d
commit e3aecabc53
1 changed files with 5 additions and 5 deletions

View File

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