first commit
This commit is contained in:
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-black-italic.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-black-italic.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'BlackItalic', 900, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-black.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-black.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'Black', 900, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-bold-italic.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-bold-italic.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'BoldItalic', 700, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-bold.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-bold.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'Bold', 700, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-light-italic.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-light-italic.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'LightItalic', 300, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-light.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-light.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'Light', 300, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-medium-italic.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-medium-italic.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'MediumItalic', 500, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-medium.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-medium.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'Medium', 500, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-regular-italic.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-regular-italic.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'RegularItalic', 400, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-regular.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-regular.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'Regular', 400, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-thin-italic.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-thin-italic.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'ThinItalic', 100, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-thin.less
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface-thin.less
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
.roboto-font('roboto', 'Roboto', 'Thin', 100, normal);
|
||||
12
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface.less
vendored
Normal file
12
media/vendor/roboto-fontface/scss/roboto/less/roboto-fontface.less
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
@import "roboto-fontface-regular";
|
||||
@import "roboto-fontface-regular-italic";
|
||||
@import "roboto-fontface-light";
|
||||
@import "roboto-fontface-light-italic";
|
||||
@import "roboto-fontface-thin";
|
||||
@import "roboto-fontface-thin-italic";
|
||||
@import "roboto-fontface-medium";
|
||||
@import "roboto-fontface-medium-italic";
|
||||
@import "roboto-fontface-bold";
|
||||
@import "roboto-fontface-bold-italic";
|
||||
@import "roboto-fontface-black";
|
||||
@import "roboto-fontface-black-italic";
|
||||
143
media/vendor/roboto-fontface/scss/roboto/roboto-fontface.css
vendored
Normal file
143
media/vendor/roboto-fontface/scss/roboto/roboto-fontface.css
vendored
Normal file
@ -0,0 +1,143 @@
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-Thin.woff2?v=ad538a") format('woff2'), url("../../fonts/roboto/Roboto-Thin.woff?v=d3b473") format('woff');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-Thin';
|
||||
src: url("../../fonts/roboto/Roboto-Thin.woff2?v=ad538a") format('woff2'), url("../../fonts/roboto/Roboto-Thin.woff?v=d3b473") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-ThinItalic.woff2?v=5b4a33") format('woff2'), url("../../fonts/roboto/Roboto-ThinItalic.woff?v=8a96ed") format('woff');
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-ThinItalic';
|
||||
src: url("../../fonts/roboto/Roboto-ThinItalic.woff2?v=5b4a33") format('woff2'), url("../../fonts/roboto/Roboto-ThinItalic.woff?v=8a96ed") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-Light.woff2?v=d26871") format('woff2'), url("../../fonts/roboto/Roboto-Light.woff?v=c73eb1") format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-Light';
|
||||
src: url("../../fonts/roboto/Roboto-Light.woff2?v=d26871") format('woff2'), url("../../fonts/roboto/Roboto-Light.woff?v=c73eb1") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-LightItalic.woff2?v=e8eaae") format('woff2'), url("../../fonts/roboto/Roboto-LightItalic.woff?v=13efe6") format('woff');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-LightItalic';
|
||||
src: url("../../fonts/roboto/Roboto-LightItalic.woff2?v=e8eaae") format('woff2'), url("../../fonts/roboto/Roboto-LightItalic.woff?v=13efe6") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-Regular.woff2?v=73f0a8") format('woff2'), url("../../fonts/roboto/Roboto-Regular.woff?v=35b07e") format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-Regular';
|
||||
src: url("../../fonts/roboto/Roboto-Regular.woff2?v=73f0a8") format('woff2'), url("../../fonts/roboto/Roboto-Regular.woff?v=35b07e") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-RegularItalic.woff2?v=4357be") format('woff2'), url("../../fonts/roboto/Roboto-RegularItalic.woff?v=f5902d") format('woff');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-RegularItalic';
|
||||
src: url("../../fonts/roboto/Roboto-RegularItalic.woff2?v=4357be") format('woff2'), url("../../fonts/roboto/Roboto-RegularItalic.woff?v=f5902d") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-Medium.woff2?v=90d167") format('woff2'), url("../../fonts/roboto/Roboto-Medium.woff?v=1d6594") format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-Medium';
|
||||
src: url("../../fonts/roboto/Roboto-Medium.woff2?v=90d167") format('woff2'), url("../../fonts/roboto/Roboto-Medium.woff?v=1d6594") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-MediumItalic.woff2?v=13ec0e") format('woff2'), url("../../fonts/roboto/Roboto-MediumItalic.woff?v=83e114") format('woff');
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-MediumItalic';
|
||||
src: url("../../fonts/roboto/Roboto-MediumItalic.woff2?v=13ec0e") format('woff2'), url("../../fonts/roboto/Roboto-MediumItalic.woff?v=83e114") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-Bold.woff2?v=b52fac") format('woff2'), url("../../fonts/roboto/Roboto-Bold.woff?v=50d75e") format('woff');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-Bold';
|
||||
src: url("../../fonts/roboto/Roboto-Bold.woff2?v=b52fac") format('woff2'), url("../../fonts/roboto/Roboto-Bold.woff?v=50d75e") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-BoldItalic.woff2?v=94008e") format('woff2'), url("../../fonts/roboto/Roboto-BoldItalic.woff?v=4fe0f7") format('woff');
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-BoldItalic';
|
||||
src: url("../../fonts/roboto/Roboto-BoldItalic.woff2?v=94008e") format('woff2'), url("../../fonts/roboto/Roboto-BoldItalic.woff?v=4fe0f7") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-Black.woff2?v=59eb36") format('woff2'), url("../../fonts/roboto/Roboto-Black.woff?v=313a65") format('woff');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-Black';
|
||||
src: url("../../fonts/roboto/Roboto-Black.woff2?v=59eb36") format('woff2'), url("../../fonts/roboto/Roboto-Black.woff?v=313a65") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("../../fonts/roboto/Roboto-BlackItalic.woff2?v=f75569") format('woff2'), url("../../fonts/roboto/Roboto-BlackItalic.woff?v=cc2fad") format('woff');
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto-BlackItalic';
|
||||
src: url("../../fonts/roboto/Roboto-BlackItalic.woff2?v=f75569") format('woff2'), url("../../fonts/roboto/Roboto-BlackItalic.woff?v=cc2fad") format('woff');
|
||||
}
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-black-italic.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-black-italic.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'BlackItalic', 900, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-black.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-black.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'Black', 900, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-bold-italic.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-bold-italic.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'BoldItalic', 700, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-bold.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-bold.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'Bold', 700, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-light-italic.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-light-italic.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'LightItalic', 300, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-light.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-light.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'Light', 300, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-medium-italic.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-medium-italic.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'MediumItalic', 500, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-medium.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-medium.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'Medium', 500, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-regular-italic.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-regular-italic.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'RegularItalic', 400, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-regular.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-regular.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'Regular', 400, normal);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-thin-italic.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-thin-italic.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'ThinItalic', 100, italic);
|
||||
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-thin.scss
vendored
Normal file
3
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface-thin.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import "../../mixins";
|
||||
|
||||
@include roboto-font('roboto', 'Roboto', 'Thin', 100, normal);
|
||||
12
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface.scss
vendored
Normal file
12
media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface.scss
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
@import "roboto-fontface-regular";
|
||||
@import "roboto-fontface-regular-italic";
|
||||
@import "roboto-fontface-light";
|
||||
@import "roboto-fontface-light-italic";
|
||||
@import "roboto-fontface-thin";
|
||||
@import "roboto-fontface-thin-italic";
|
||||
@import "roboto-fontface-medium";
|
||||
@import "roboto-fontface-medium-italic";
|
||||
@import "roboto-fontface-bold";
|
||||
@import "roboto-fontface-bold-italic";
|
||||
@import "roboto-fontface-black";
|
||||
@import "roboto-fontface-black-italic";
|
||||
Reference in New Issue
Block a user