diff --git a/index.html b/index.html index a8261783..8ee92b35 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ my-project +
diff --git a/src/components/Editor.vue b/src/components/Editor.vue index a67ab249..58b8d82b 100644 --- a/src/components/Editor.vue +++ b/src/components/Editor.vue @@ -27,7 +27,7 @@ export default { } .editor__inner { - font-family: $font-family-editor; + font-family: $font-family-main; font-variant-ligatures: no-common-ligatures; margin: 0; padding: 10px 20px 360px 110px; diff --git a/src/components/NavigationBar.vue b/src/components/NavigationBar.vue index 2e8bd8e3..0eeb8069 100644 --- a/src/components/NavigationBar.vue +++ b/src/components/NavigationBar.vue @@ -1,45 +1,44 @@