From 0fe0b4902e961705c8d6d24c82504097f29d8eff Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sat, 5 Oct 2019 19:04:13 +0300 Subject: [PATCH] move font import into index.html --- frontend/src/App.scss | 1 - frontend/src/index.html | 30 +++++++++++++++++++----------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/frontend/src/App.scss b/frontend/src/App.scss index fda0684..928fb9c 100644 --- a/frontend/src/App.scss +++ b/frontend/src/App.scss @@ -1,5 +1,4 @@ @import "~@blueprintjs/core/lib/scss/variables"; -@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext"); .animationWrapper { position: absolute; diff --git a/frontend/src/index.html b/frontend/src/index.html index 40629f5..acf467a 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -1,13 +1,21 @@ - - - - - Writer - - -
- - - + + + + + + + + + Writer + + + +
+ + + + \ No newline at end of file