@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-ExtraLight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-ExtraLightItalic.ttf);
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-Medium.ttf);
    font-weight: 500;
}


@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-SemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSansCondensed-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSansCondensed-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-ExtraBoldItalic.ttf);
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: RedditSansCondensed;
    src: url(RedditSans-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}