+ 1
Why doesn’t it work
font{ size:1000px; font:Cursive; }
3 Respuestas
+ 4
Try writing this way:
font{
font-size:1000px;
font-family: cursive;
}
+ 3
There is most likely a problem with having the word font twice.
Change the first to
pgraph_font
{
... (check that you have the right names for "size" and "font" too)
}
+ 1
Thanks alot ◦•●◉✿𝕀ℕ𝔻𝕀✿◉●•◦ and Ausgrindtube