/* 
font.css

En este archivo CSS, se importan las fuentes necesarias, en esta ocasion por medio de
Google Fonts
*/

/* IMPORTACIONES */
@font-face{
    font-family: 'Big Fish';
    src: url('BigFishCasuals_1.woff') format('woff'),
        url('BigFishCasuals_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* FUENTES */
.nerko-one-regular {
    font-family: "Nerko One", cursive;
    font-weight: 400;
    font-style: normal;
  }
