Changed Webfont

This commit is contained in:
Moritz Kröger 2017-08-27 19:10:45 +02:00
parent 3160a35cf7
commit 1a7d05a42e
25 changed files with 33 additions and 41 deletions

View file

@ -60,8 +60,6 @@
</div>
</div>
</div>
</section>
</template>
@ -81,6 +79,15 @@
margin-bottom: $base-gap;
}
svg.team-logo {
stroke: none !important;
path,
polyline {
stroke: none !important;
}
}
.about-content {
display: flex;
flex-direction: column;

View file

@ -167,7 +167,7 @@
body {
background: $background-primary;
color: $text-color-base;
font-family: $fontHalisGR;
font-family: $fontAssistant;
font-weight: normal;
font-size: $font-size-base;
-webkit-font-smoothing: antialiased;

View file

@ -9,7 +9,7 @@ button,
align-items: center;
text-decoration: none;
padding: 14px 24px;
font-family: $fontHalisGR;
font-family: $fontAssistant;
font-size: $font-size-medium;
font-weight: 600;
background: $button-background-primary;

View file

@ -1,54 +1,39 @@
$fontPath: '/static/fonts/';
$fontHalisGR: 'Halis GR', Avenir, Helvetica, Arial, sans-serif;
$fontAssistant: 'Assistant', Avenir, Helvetica, Arial, sans-serif;
@font-face {
font-family: 'Halis GR';
src: url($fontPath + 'hinted-HalisGR-BoldItalic.eot');
font-family: 'Assistant';
src: url($fontPath + 'hinted-Assistant-Bold.eot');
src:
local('Halis GR Bold Italic'),
local('HalisGR-BoldItalic'),
url($fontPath + 'hinted-HalisGR-BoldItalic.eot?#iefix') format('embedded-opentype'),
url($fontPath + 'hinted-HalisGR-BoldItalic.woff') format('woff'),
url($fontPath + 'hinted-HalisGR-BoldItalic.ttf') format('truetype');
local('Assistant Bold'),
local('Assistant-Bold'),
url($fontPath + 'hinted-Assistant-Bold.eot?#iefix') format('embedded-opentype'),
url($fontPath + 'hinted-Assistant-Bold.woff') format('woff'),
url($fontPath + 'hinted-Assistant-Bold.ttf') format('truetype');
font-weight: bold;
font-style: italic;
font-style: normal;
}
@font-face {
font-family: 'Halis GR';
src: url($fontPath + 'hinted-HalisGR-Regular.eot');
font-family: 'Assistant';
src: url($fontPath + 'hinted-Assistant-SemiBold.eot');
src:
local('Halis GR Regular'),
local('HalisGR-Regular'),
url($fontPath + 'hinted-HalisGR-Regular.eot?#iefix') format('embedded-opentype'),
url($fontPath + 'hinted-HalisGR-Regular.woff') format('woff'),
url($fontPath + 'hinted-HalisGR-Regular.ttf') format('truetype');
font-weight: normal;
local('Assistant-SemiBold'),
url($fontPath + 'hinted-Assistant-SemiBold.eot?#iefix') format('embedded-opentype'),
url($fontPath + 'hinted-Assistant-SemiBold.woff') format('woff'),
url($fontPath + 'hinted-Assistant-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Halis GR';
src: url($fontPath + 'hinted-HalisGR-RegularItalic.eot');
font-family: 'Assistant';
src: url($fontPath + 'hinted-Assistant-Regular.eot');
src:
local('Halis GR Regular Italic'),
local('HalisGR-RegularItalic'),
url($fontPath + 'hinted-HalisGR-RegularItalic.eot?#iefix') format('embedded-opentype'),
url($fontPath + 'hinted-HalisGR-RegularItalic.woff') format('woff'),
url($fontPath + 'hinted-HalisGR-RegularItalic.ttf') format('truetype');
local('Assistant-Regular'),
url($fontPath + 'hinted-Assistant-Regular.eot?#iefix') format('embedded-opentype'),
url($fontPath + 'hinted-Assistant-Regular.woff') format('woff'),
url($fontPath + 'hinted-Assistant-Regular.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Halis GR';
src: url($fontPath + 'hinted-HalisGR-Bold.eot');
src:
local('Halis GR Bold'),
local('HalisGR-Bold'),
url($fontPath + 'hinted-HalisGR-Bold.eot?#iefix') format('embedded-opentype'),
url($fontPath + 'hinted-HalisGR-Bold.woff') format('woff'),
url($fontPath + 'hinted-HalisGR-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.