@font-face {
    font-family: rhythms;
    src: url("../fonts/Rhythms.woff") format("woff"), /* Modern Browsers */
         url("../fonts/Rhythms.ttf")  format("truetype"), /* Safari, Android, iOS */
         url("../fonts/Rhythms.otf") format("opentype");
}

.rythms {
    font-family: 'rhythms';
}
