/* Declaring a font */

@font-face {
    font-family: 'Bungee Outline';
    src: url('/fonts/Bungee_Outline/BungeeOutline-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Using a font */

.styled-text {
    font-family: 'Bungee Outline';
}