@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-Light-webfont.woff') format('woff');
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-LightItalic-webfont.woff') format('woff');
font-style: italic;
font-weight: 300;
}
@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-Bold-webfont.woff') format('woff');
font-style: normal;
font-weight: 700;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
em {
font-style: italic;
}
strong {
font-weight: bold; /* Or 700 */
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}