Skip to content
Snippets Groups Projects
Commit 092620f8 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Dev

parent 889f80c9
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<p class="sub-title">{{$t("sub_title")}}</p> <p class="sub-title">{{$t("sub_title")}}</p>
</div> </div>
</div> </div>
<router-view></router-view> <router-view></router-view>
...@@ -45,6 +45,15 @@ import TopBar from './components/TopBar.vue' ...@@ -45,6 +45,15 @@ import TopBar from './components/TopBar.vue'
<style> <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-face {
font-family: 'Inria Serif'; font-family: 'Inria Serif';
font-style: normal; font-style: normal;
...@@ -136,7 +145,7 @@ h1.xs, h1.sm { ...@@ -136,7 +145,7 @@ h1.xs, h1.sm {
padding-bottom: 10px; padding-bottom: 10px;
padding-top: 0; padding-top: 0;
padding-left: 18px; padding-left: 18px;
} }
.banner a { .banner a {
...@@ -190,7 +199,7 @@ footer a { ...@@ -190,7 +199,7 @@ footer a {
font-size: 18px; font-size: 18px;
margin: 0px; margin: 0px;
margin-bottom: 0px !important; margin-bottom: 0px !important;
} }
.sub-title { .sub-title {
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment