add avenir next

This commit is contained in:
catarak 2016-08-18 14:22:47 -04:00
parent f5c63dddad
commit a265d622dc
12 changed files with 5376 additions and 1 deletions

View File

@ -7,7 +7,7 @@ html, body {
}
body, input, button {
font-family: Montserrat, sans-serif;
font-family: 'Avenir Next', Montserrat, sans-serif;
color: $light-primary-text-color;
}

View File

@ -0,0 +1,23 @@
@font-face {
font-family: 'Avenir Next';
src: url('./fonts/AvenirNextLTW01-Medium.eot');
src: url('./fonts/AvenirNextLTW01-Medium.eot?#iefix') format('embedded-opentype'),
url('./fonts/AvenirNextLTW01-Medium.woff') format('woff'),
url('./fonts/AvenirNextLTW01-Medium.ttf') format('truetype'),
url('./fonts/AvenirNextLTW01-Medium.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Avenir Next';
src: url('./fonts/AvenirNextLTPro-Demi.eot');
src: url('./fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
url('./fonts/AvenirNextLTPro-Demi.woff') format('woff'),
url('./fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
url('./fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
font-weight: bold;
font-style: normal;
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Binary file not shown.

View File

@ -2,6 +2,7 @@
@import 'abstracts/placeholders';
@import 'base/reset';
@import 'base/typography';
@import 'base/base';
@import 'vendors/codemirror';

View File

@ -38,6 +38,10 @@ module.exports = {
{
test: /\.(svg|mp3)$/,
loader: 'file'
},
{
test: /fonts\/.*\.(eot|svg|ttf|woff|woff2)$/,
loader: 'file'
}
],
},