@font-face{
    font-family: 'round-letters';
    src: url('Days-One.woff');
}
@font-face{
    font-family: 'article-title';
    src: url('Play-Regular.woff');
}
@font-face{
    font-family: 'article-text';
    src: url('Telex-Regular.woff');
}

.new-stuff p {
	font-family: 'round-letters'!important;
}

.a-title p {
	font-family: 'article-title'!important;
}
.a-text p {
	font-family: 'article-text'!important;
}