removing avenir font, using montserrat instead due to licensing issues (#226)
* removing avenir font, using montserrat instead due to licensing issues * removing old import statement for typeography scss file
This commit is contained in:
parent
3b93a5ff19
commit
7216b95c00
13 changed files with 6 additions and 5373 deletions
|
@ -10,7 +10,7 @@ body, input, button {
|
|||
@include themify() {
|
||||
color: getThemifyVariable('primary-text-color');
|
||||
}
|
||||
font-family: 'Avenir Next', Montserrat, sans-serif;
|
||||
font-family: Montserrat, sans-serif;
|
||||
}
|
||||
|
||||
.root-app, .app {
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
@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;
|
||||
}
|
||||
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
color: getThemifyVariable('primary-text-color');
|
||||
}
|
||||
border-radius: 2px;
|
||||
font-family: 'Avenir Next', Montserrat, sans-serif;
|
||||
font-family: Montserrat, sans-serif;
|
||||
}
|
||||
|
||||
.CodeMirror-gutters {
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
padding: #{20 / $base-font-size}rem;
|
||||
}
|
||||
|
||||
.sketch-list__header h2 {
|
||||
font-size: #{21 / $base-font-size}rem;
|
||||
}
|
||||
|
||||
.sketches-table-container {
|
||||
flex: 1 0 0%;
|
||||
overflow-y: scroll;
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Before 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
Before Width: | Height: | Size: 129 KiB |
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,6 @@
|
|||
@import 'abstracts/placeholders';
|
||||
|
||||
@import 'base/reset';
|
||||
@import 'base/typography';
|
||||
@import 'base/base';
|
||||
|
||||
@import 'vendors/codemirror';
|
||||
|
|
Loading…
Reference in a new issue