import Fonts in embeds

- Closes #993
main
Mike Fix 5 years ago
parent 8cdb460cf7
commit 4ab1cf5360
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -6,6 +6,7 @@ import { withRouter } from 'next/router'
// Ours
import ApiContext from '../../components/ApiContext'
import { StylesheetLink, CodeMirrorLink, MetaTags } from '../../components/Meta'
import Font from '../../components/style/Font'
import Carbon from '../../components/Carbon'
import { DEFAULT_CODE, DEFAULT_SETTINGS } from '../../lib/constants'
import { getRouteState } from '../../lib/routing'
@ -18,6 +19,7 @@ const Page = props => (
<MetaTags />
<StylesheetLink theme={props.theme} />
<CodeMirrorLink />
<Font />
{props.children}
<style jsx global>
{`

Loading…
Cancel
Save