@font-face {
        font-family: 'Rotten Font';
        src: url('/font/rottenfont-regular.woff2') format('woff2'),
             url('/font/rottenfont-regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        }

body    {
        font-family: Rotten Font;
        font-size: 24px;
        font-weight: bold;
	text-transform: lowercase; 
        }
