diff --git a/app/static/css/partials/_layout.scss b/app/static/css/partials/_layout.scss old mode 100644 new mode 100755 index 75bc5b5..ec3b1ac --- a/app/static/css/partials/_layout.scss +++ b/app/static/css/partials/_layout.scss @@ -21,7 +21,7 @@ body { animation: background_animation 60s ease-in-out infinite; background-size: 400% 100%; color: #ddd; - font-family: "Noto Sans"; + font-family: "noto_sansregular", sans-serif; font-size: 20px; overflow-x: hidden; } diff --git a/app/static/css/partials/_text.scss b/app/static/css/partials/_text.scss old mode 100644 new mode 100755 index 6c21d4d..2d9c575 --- a/app/static/css/partials/_text.scss +++ b/app/static/css/partials/_text.scss @@ -1,4 +1,36 @@ +// Font: Noto Sans +@font-face { + font-family: 'noto_sans'; + src: url('../../static/fonts/noto-sans/noto-sans-regular-webfont.woff2') format('woff2'), + url('../../static/fonts/noto-sans/noto-sans-regular-webfont.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'noto_sans'; + src: url('../../static/fonts/noto-sans/noto-sans-italic-webfont.woff2') format('woff2'), + url('../../static/fonts/noto-sans/noto-sans-italic-webfont.woff') format('woff'); + font-weight: 400; + font-style: italic; +} + +@font-face { + font-family: 'noto_sans'; + src: url('../../static/fonts/noto-sans/noto-sans-bold-webfont.woff2') format('woff2'), + url('../../static/fonts/noto-sans/noto-sans-bold-webfont.woff') format('woff'); + font-weight: 700; + font-style: normal; +} + +@font-face { + font-family: 'noto_sans'; + src: url('noto-sans-bold-italic-webfont.woff2') format('woff2'), + url('noto-sans-bold-italic-webfont.woff') format('woff'); + font-weight: 700; + font-style: italic; +} main > .texts { box-sizing: border-box; diff --git a/app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff b/app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff new file mode 100755 index 0000000..4cd3f29 Binary files /dev/null and b/app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff differ diff --git a/app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff2 b/app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff2 new file mode 100755 index 0000000..3aa2cbd Binary files /dev/null and b/app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff2 differ diff --git a/app/static/fonts/noto-sans/noto-sans-bold-webfont.woff b/app/static/fonts/noto-sans/noto-sans-bold-webfont.woff new file mode 100755 index 0000000..1cf38bb Binary files /dev/null and b/app/static/fonts/noto-sans/noto-sans-bold-webfont.woff differ diff --git a/app/static/fonts/noto-sans/noto-sans-bold-webfont.woff2 b/app/static/fonts/noto-sans/noto-sans-bold-webfont.woff2 new file mode 100755 index 0000000..ce45fb7 Binary files /dev/null and b/app/static/fonts/noto-sans/noto-sans-bold-webfont.woff2 differ diff --git a/app/static/fonts/noto-sans/noto-sans-italic-webfont.woff b/app/static/fonts/noto-sans/noto-sans-italic-webfont.woff new file mode 100755 index 0000000..6673b39 Binary files /dev/null and b/app/static/fonts/noto-sans/noto-sans-italic-webfont.woff differ diff --git a/app/static/fonts/noto-sans/noto-sans-italic-webfont.woff2 b/app/static/fonts/noto-sans/noto-sans-italic-webfont.woff2 new file mode 100755 index 0000000..d9a4de3 Binary files /dev/null and b/app/static/fonts/noto-sans/noto-sans-italic-webfont.woff2 differ diff --git a/app/static/fonts/noto-sans/noto-sans-regular-webfont.woff b/app/static/fonts/noto-sans/noto-sans-regular-webfont.woff new file mode 100755 index 0000000..655833a Binary files /dev/null and b/app/static/fonts/noto-sans/noto-sans-regular-webfont.woff differ diff --git a/app/static/fonts/noto-sans/noto-sans-regular-webfont.woff2 b/app/static/fonts/noto-sans/noto-sans-regular-webfont.woff2 new file mode 100755 index 0000000..cc17196 Binary files /dev/null and b/app/static/fonts/noto-sans/noto-sans-regular-webfont.woff2 differ