presale-demo-pe
Version:
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
50 lines (42 loc) • 1.11 kB
CSS
@import url(../../../node_modules/normalize.css/normalize.css);
@font-face {
font-family: 'PF Din Text Cond Pro';
src: url("../../resources/fonts/pfdintextcondpro-regular-webfont.woff") format("woff");
font-weight: 400;
font-style: normal;
font-stretch: normal; }
@font-face {
font-family: 'Roboto';
src: url("../../resources/fonts/roboto-light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-stretch: normal; }
@font-face {
font-family: 'Roboto';
src: url("../../resources/fonts/roboto-regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-stretch: normal; }
@font-face {
font-family: 'Roboto';
src: url("../../resources/fonts/roboto-bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-stretch: normal; }
* {
box-sizing: border-box; }
*::before, *::after {
box-sizing: border-box; }
html {
width: 100%;
height: 100%; }
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: 'Roboto', sans-serif;
background-color: #000; }
.root {
width: 100%;
height: 100%; }