@font-face {
    font-family: "Code Pro";
    src: url("../fonts/Code/CodePro-Bold.woff2") format("woff2"), /* Super Modern Browsers */ 
    url("../fonts/Code/CodePro-Bold.woff") format("woff"), /* Pretty Modern Browsers */ 
    url("../fonts/Code/CodePro-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
}

@font-face {
    font-family: "Lato Bold";
    src: url(../fonts/Lato/Lato-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato/Lato-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Mono Bold";
    src: url(../fonts/RobotoMono/RobotoMono-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Mono";
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf) format("truetype")
}

@font-face {
    font-family: "Poppins Bold";
    src: url(../fonts/Poppins/Poppins-Bold.ttf) format("truetype")
}

