Quiero asignar la fuente cGothics de 12px a todo el div, pero no hay manera, alguna cosa lo impide o tengo escrito mal.
Alguien sabe ver el problema? Gracias
Código HTML:
Ver original
<div id="divFacturado" style="font:12px cGothics;"> <div style="width:25%;float:left;background-color:#CCCCCC;"> <div id="titolProveedores" style="float:left;margin-bottom:10px;margin-top:10px;width:100%;text-align:center;font:12px cGothics;"> PROVEEDOR <input type="text" style="text-transform:uppercase;" id="proveidor" onkeyup="posicionSelect(this.value)"> </div> <div id="proveidors" style="float: left; width: 100%; text-align: center;"> <select style="width:90%;font:12px cGothics;" name="selectProveedor" id="selectProveidor" size="16")"> </select> </div> </div> <div id="detallFacturat" style="display: block;width: 73%;float: right;font: 12px cGothics;background-color: rgb(204, 204, 204);"> <div id="titolFactures" style="margin-top:10px;height:10px;"> <div id="checks" style="width:60%;float:left;font:12px cGothics;"> </div> <div style="width:40%;float:right;text-align:center;"> </div> </div> <div id="detallFactures" style="margin-top:18px;"> <table style="width:95%;margin:auto;"> <tr style="background:#B1F39C"> <td colspan="6"> <div style="width:180px;float:left;border-right:solid 2px white;"> </div> </td> </tr> </tr> </table> </div> </div> </body> </html>