Update font family to make design consistent in all platforms (#318)
* Add inter font, remove modal header bg * Remove unnecessary font files * Fix codeclimate issues, remove letter-spacing attribute
This commit is contained in:
parent
6c653e9ef3
commit
6e911e69f8
26 changed files with 82 additions and 16 deletions
|
@ -39,6 +39,7 @@ export default {
|
|||
|
||||
.title {
|
||||
font-size: $font-size-big;
|
||||
font-weight: $font-weight-medium;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -47,6 +47,7 @@ export default {
|
|||
|
||||
.title {
|
||||
font-size: $font-size-mega;
|
||||
font-weight: $font-weight-medium;
|
||||
margin-bottom: $space-two;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue