@font-face {
    font-family: CenturyGothic;
    src: url('../fonts/CenturyGothic.ttf');
}

* {

    font-family: 'Century Gothic';

}