first commit
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'BoldItalic', 700, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto-condensed/less/roboto-condensed-fontface-bold.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto-condensed/less/roboto-condensed-fontface-bold.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'Bold', 700, normal);
|
||||
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'LightItalic', 300, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto-condensed/less/roboto-condensed-fontface-light.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto-condensed/less/roboto-condensed-fontface-light.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'Light', 300, normal);
|
||||
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'RegularItalic', 400, italic);
|
||||
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'Regular', 400, normal);
|
||||
6
media/vendor/roboto-fontface/scss/roboto-condensed/less/roboto-condensed-fontface.less
vendored
Normal file
6
media/vendor/roboto-fontface/scss/roboto-condensed/less/roboto-condensed-fontface.less
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
@import "roboto-condensed-fontface-regular";
|
||||
@import "roboto-condensed-fontface-regular-italic";
|
||||
@import "roboto-condensed-fontface-light";
|
||||
@import "roboto-condensed-fontface-light-italic";
|
||||
@import "roboto-condensed-fontface-bold";
|
||||
@import "roboto-condensed-fontface-bold-italic";
|
||||
Reference in New Issue
Block a user