Oh
.
This is how to fix it
.
Go to CSS Folder Open style.css
then change the
@font-face
{
font-family: BigNoodleTitling;
src: url(../fonts/BigNoodleTitlin.ttf);
}
to
@font-face
{
font-family: BigNoodleTitling;
src: url(../fonts/bignoodletitling.ttf);
}
sorry i messed up typing the font name.
then try it again .
@Tearhear18
thats also your problem
Hit like if help
.
Here :
Replace your index.html with this
Also Replace your style.css which is located at css folder with this
---------------------------------------------
By the way : Tested in Google Chrome & Firefox
It works fine
.
Report if any problem found
This is how to fix it
Go to CSS Folder Open style.css
then change the
@font-face
{
font-family: BigNoodleTitling;
src: url(../fonts/BigNoodleTitlin.ttf);
}
to
@font-face
{
font-family: BigNoodleTitling;
src: url(../fonts/bignoodletitling.ttf);
}
sorry i messed up typing the font name.
then try it again .
@Tearhear18
thats also your problem
Hit like if help
Here :
Replace your index.html with this
To view the content, you need to sign in or register
Also Replace your style.css which is located at css folder with this
To view the content, you need to sign in or register
---------------------------------------------
By the way : Tested in Google Chrome & Firefox
It works fine
Report if any problem found

