diff --git a/src/App.vue b/src/App.vue index 93519656c27bb92058adf712de413bd4e7b7c9f6..3f1a525c2291ab776d711c21f3d18a8ee12cf437 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,7 +10,7 @@ <p class="sub-title">{{$t("sub_title")}}</p> </div> </div> - + <router-view></router-view> @@ -45,6 +45,15 @@ import TopBar from './components/TopBar.vue' <style> +@font-face { + font-family: 'Noto Sans'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url('./assets/o-0NIpQlx3QUlC5A4PNjXhFVZNyBx2pqPA.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + @font-face { font-family: 'Inria Serif'; font-style: normal; @@ -136,7 +145,7 @@ h1.xs, h1.sm { padding-bottom: 10px; padding-top: 0; padding-left: 18px; - + } .banner a { @@ -190,7 +199,7 @@ footer a { font-size: 18px; margin: 0px; margin-bottom: 0px !important; - + } .sub-title { diff --git a/src/assets/o-0NIpQlx3QUlC5A4PNjXhFVZNyBx2pqPA.woff2 b/src/assets/o-0NIpQlx3QUlC5A4PNjXhFVZNyBx2pqPA.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3b0a2bcb826e43473c54cb17fd7e2bf47f6a789e Binary files /dev/null and b/src/assets/o-0NIpQlx3QUlC5A4PNjXhFVZNyBx2pqPA.woff2 differ