1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
964 B
CSS

@font-face {
font-family: "signika-negative";
src: url('../fonts/signika-negative-regular.woff2?#iefix') format('woff2'),
url('../fonts/signika-negative-regular.woff') format('woff'),
url('../fonts/signika-negative-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "signika-negative";
src: url('../fonts/signika-negative-bold.woff2?#iefix') format('woff2'),
url('../fonts/signika-negative-bold.woff') format('woff'),
url('../fonts/signika-negative-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
body {
box-sizing: border-box;
min-height: 100vh;
padding: 1em;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
color: #4d4d4d;
background: #f0f0f0;
font-family: "signika-negative", sans-serif;
text-rendering: optimizeLegibility;
}
ul {
padding: 0;
list-style: none;
text-align: left;
}