Fix css after path change
This commit is contained in:
parent
a4541c088d
commit
e3aecabc53
10
css/main.css
10
css/main.css
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user