@@ -28,6 +28,7 @@ class GrowiDocument extends Document {
{renderScriptTagsByGroup('basis')}
{renderStyleTagsByGroup('basis')}
*/}
+ <link rel='preload' href="/static/fonts/PressStart2P.ttf" as="font" type="font/ttf" />
</Head>
<body>
<Main />
@@ -0,0 +1,6 @@
+@font-face {
+ font-family: 'Press Start 2P';
+ font-style: normal;
+ font-weight: normal;
+ src: url('/static/fonts/PressStart2P.ttf');
+}
@@ -46,6 +46,7 @@
// @import 'create-page';
// @import 'draft';
@import 'editor';
+@import 'fonts';
// @import 'handsontable';
@import 'layout';
// @import 'login';