Remove subsetting to be able to support a larger number of languages
parent
af973590ef
commit
521ad827ea
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;}
|
%xxlarge {font-size: 3rem;}
|
||||||
|
|
||||||
// __Font Types__ //
|
// __Font Types__ //
|
||||||
%title {font-family: 'OpenSans-CondLight';}
|
%title {font-family: 'OpenSans-CondLight', Arial, Helvetica, sans-serif;}
|
||||||
%text {font-family: 'opensans-regular'; line-height: 1.3rem;}
|
%text {font-family: 'opensans-regular', Arial, Helvetica, sans-serif; line-height: 1.3rem;}
|
||||||
%bold {font-family: 'opensans-semibold';}
|
%bold {font-family: 'opensans-semibold', Arial, Helvetica, sans-serif;}
|
||||||
%taiga {font-family: 'taiga';}
|
%taiga {font-family: 'taiga';}
|
||||||
|
|
||||||
%lightbox {
|
%lightbox {
|
||||||
|
@ -105,4 +105,4 @@
|
||||||
%background-taiga {
|
%background-taiga {
|
||||||
background: url('/images/invitation_bg.jpg') no-repeat center center;
|
background: url('/images/invitation_bg.jpg') no-repeat center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ input[type="date"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
@extend %text;
|
@extend %title;
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
border: 1px solid $gray-light;
|
border: 1px solid $gray-light;
|
||||||
color: $grayer;
|
color: $grayer;
|
||||||
|
|
Loading…
Reference in New Issue