@font-face {
	font-family: 'gothic';
	src: local('gothic'), url('../fuentes/gothic.woff') format('woff');
}

* {
	font-family: 'gothic';
}