Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-03-17 19:58:35 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-17 19:58:35 +0300
commit94ed00ab04b29264e2b08b4e0cdd7afc9891bc12 (patch)
tree9eee5a09021bc0e485b61629a9cc972cfc170ce8
parent3a5ec698679daad6b77fc5961642d37468e3495d (diff)
Fixed issue #14
Fixed a bug that give problems with the visualization of the Roboto font.
-rw-r--r--assets/css/_common/_core/base.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/_common/_core/base.scss b/assets/css/_common/_core/base.scss
index 51ea292..c28cac0 100644
--- a/assets/css/_common/_core/base.scss
+++ b/assets/css/_common/_core/base.scss
@@ -6,7 +6,7 @@
/* Montserrat */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800);
- /* Roborto */
+ /* Roboto */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);
@@ -32,7 +32,7 @@
}
html {
- font-family: "Roborto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft Yahei", "WenQuanYi Micro Hei", Arial, Verdana, sans-serif;
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft Yahei", "WenQuanYi Micro Hei", Arial, Verdana, sans-serif;
}
body {