hardcoded repo to get staging working for client review
This commit is contained in:
parent
4e1e7cf90a
commit
f8bedec3ea
|
@ -1,11 +1,11 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'bebas_neuebold';
|
font-family: 'bebas_neuebold';
|
||||||
src: url('static/fonts/bebasneue_bold-webfont.eot');
|
src: url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.eot');
|
||||||
src: url('static/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('static/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
|
url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
|
||||||
url('static/fonts/bebasneue_bold-webfont.woff') format('woff'),
|
url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.woff') format('woff'),
|
||||||
url('static/fonts/bebasneue_bold-webfont.ttf') format('truetype'),
|
url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.ttf') format('truetype'),
|
||||||
url('static/fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
|
url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ export default class MyDocument extends Document {
|
||||||
<Head>
|
<Head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="stylesheet" href="_next/static/style.css" />
|
<link rel="stylesheet" href="_next/static/style.css" />
|
||||||
<link rel="stylesheet" type="text/css" charset="UTF-8" href="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
|
<link rel="stylesheet" type="text/css" charSet="UTF-8" href="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />
|
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />
|
||||||
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700" rel="stylesheet" />
|
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700" rel="stylesheet" />
|
||||||
</Head>
|
</Head>
|
||||||
|
|
Loading…
Reference in New Issue