I have tried in different ways to get my CSS:
.texto--big{
font-size: 40px;
font-style: arial;
}
.texto--small{
font-size: 25px;
font-style: arial;
}
Return the Arial font, without serif, in the Google Chrome browser, however, there has been no way to get it, or using html, or CSS tags as webkit
, in case there are compatibility problems.
If there were still doubts:
I need to get the first one. Thanks.