2020-05-01 13:05:59 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Futura';
|
|
|
|
src: url('./Futura.ttc');
|
|
|
|
}
|
|
|
|
|
2020-04-30 10:01:46 +00:00
|
|
|
body {
|
|
|
|
margin: 0;
|
2020-05-05 17:07:26 +00:00
|
|
|
font-family: 'Futura', sans-serif;
|
2020-04-30 10:01:46 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
|
|
monospace;
|
|
|
|
}
|