2
I’m using several properties in one.
For example, instead of me using font-family
, font-size
, I’m only using font
, as below:
.topoMenu li{
font: 20px 'Ubuntu', sans-serif, #000, 300;
}
The last is the font-weigth
, only when I inform it, gives problem, does not format the source properly, if I take it works well.
Problem with the syntax?
I’m honest, only if I was a great css expert would I do what you’re doing. In addition to becoming more confusing, it is better to do a small study/tests and see how to study syntax correctly, which should be your problem.
– CesarMiguel
I found this link, take a look: http://css-tricks.com/almanac/properties/f/font/
– CesarMiguel
What source are you using? Is it one that systems don’t usually have locally?
– Guill