Remove subsetting to be able to support a larger number of languages

stable
Xavier Julián 2014-11-03 10:08:43 +01:00
parent af973590ef
commit 521ad827ea
6 changed files with 17839 additions and 20 deletions

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.

View File

@ -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;
}
}

View File

@ -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;