Saltar al contenido

CSS

Bootstrap redactor

Redactor es un plugin para bootstrap y jquery para poder habilitar nuestros textarea como editores de texto elegante.  

Agregar una fuente a tu maquetación CSS y que sea compatible con todos los navegadores

@charset «utf-8»; @font-face { font-family: ‘GOTHIC’; src: url(‘/media/frontend/fuentes/gothic.eot’); /* IE9 Compat Modes */ src: url(‘/media/frontend/fuentes/gothic.eot?#iefix’) format(‘embedded-opentype’), url(‘/media/frontend/fuentes/gothic.woff’) format(‘woff’), url(‘/media/frontend/fuentes/gothic.ttf’) format(‘truetype’), url(‘/media/frontend/fuentes/gothic.svg#svggothic’) format(‘svg’); } body {… Leer más »Agregar una fuente a tu maquetación CSS y que sea compatible con todos los navegadores