/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5-Nov-2021, 11:16:16 PM
    Author     : nicolesawler
*/

/*
 * Helvetica Main
================================================================================ */



/* Helvetica Textbook Roman
================================================================================ */
@font-face {
    font-family: 'HelveticaRoman';
    src: url('../fonts/Helvetica/HelveticaTextbookLTRoman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Helvetica Textbook Bold
================================================================================ */
@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/Helvetica/HelveticaTextbookLTBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Helvetica Textbook Italic
================================================================================ */
@font-face {
    font-family: 'HelveticaItalic';
    src: url('../fonts/Helvetica/helvetica-textbook-lt-oblique.ttf') format('truetype');
    font-weight: italic;
    font-style: normal;
}



