1
0

Added quicksand font

This commit is contained in:
konrad
2018-09-09 17:33:36 +02:00
parent 3f05879b1a
commit 2d29f9514a
22 changed files with 1881 additions and 1 deletions

View File

@ -128,7 +128,9 @@
}
</script>
<style lang="scss" >
<style lang="scss">
@import url('/fonts/fonts.css');
*, *:focus, *:active{
outline: none;
}
@ -138,6 +140,11 @@
min-height: 100vh;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Quicksand', sans-serif;
font-weight: 400 !important;
}
/* spinner */
.fullscreen-loader-wrapper {
position: fixed;