Merge pull request #141 from taigaio/bug/1495/font-characters
Remove subsetting to be able to support a larger number of languagesstable
commit
d69364b6ca
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
Binary file not shown.
|
@ -26,9 +26,9 @@
|
|||
%xxlarge {font-size: 3rem;}
|
||||
|
||||
// __Font Types__ //
|
||||
%title {font-family: 'OpenSans-CondLight';}
|
||||
%text {font-family: 'opensans-regular'; line-height: 1.3rem;}
|
||||
%bold {font-family: 'opensans-semibold';}
|
||||
%title {font-family: 'OpenSans-CondLight', Arial, Helvetica, sans-serif;}
|
||||
%text {font-family: 'opensans-regular', Arial, Helvetica, sans-serif; line-height: 1.3rem;}
|
||||
%bold {font-family: 'opensans-semibold', Arial, Helvetica, sans-serif;}
|
||||
%taiga {font-family: 'taiga';}
|
||||
|
||||
%lightbox {
|
||||
|
@ -105,4 +105,4 @@
|
|||
%background-taiga {
|
||||
background: url('/images/invitation_bg.jpg') no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ input[type="date"],
|
|||
input[type="password"],
|
||||
select,
|
||||
textarea {
|
||||
@extend %text;
|
||||
@extend %title;
|
||||
background: $whitish;
|
||||
border: 1px solid $gray-light;
|
||||
color: $grayer;
|
||||
|
|
Loading…
Reference in New Issue