Skip to content
Snippets Groups Projects
Commit 31892915 authored by Rafael Caferati's avatar Rafael Caferati
Browse files

added Roboto fonts to the public directory

parent 9d7b9d39
No related merge requests found
Showing
with 2546 additions and 4 deletions
......@@ -3,10 +3,10 @@
//
@import "global/_variables.less";
@import "utils/_lesshat.import.less";
@import "utils/_fonts.import.less";
@import "utils/_reset.import.less";
@import "utils/_keyframes.import.less";
@import "utils/_preloader.import.less";
@import url(//fonts.googleapis.com/css?family=Roboto:500,300,700,400&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import "utils/_emojione.import.less";
.cf_ {
display: inline-block;
......@@ -503,10 +503,10 @@ label.required:after {
.button {
&:extend(.unselectable);
display: inline-block;
padding: 10px 12px 8px;
padding: 9px 12px;
background-color: #FFF;
color: rgba(255, 255, 255, 0.85);
font-weight: 400;
font-weight: 500;
font-size: 13px;
margin: 4px;
text-transform: uppercase;
......@@ -2785,7 +2785,7 @@ a.github-fork {
font-size: 22px;
border-bottom: 1px solid #DFDFDF;
font-family: "Roboto", "HelveticaNeue-Light", "sans-serif";
font-weight: 300;
font-weight: 400;
&.error {
border-bottom: 1px solid #b40202;
&::-webkit-input-placeholder {
......
@font-face {
font-family: 'Roboto Condensed';
src: url('/fonts/robotocondensed-light-webfont.eot');
src: url('/fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/robotocondensed-light-webfont.woff2') format('woff2'),
url('/fonts/robotocondensed-light-webfont.woff') format('woff'),
url('/fonts/robotocondensed-light-webfont.ttf') format('truetype'),
url('/fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('/fonts/robotocondensed-regular-webfont.eot');
src: url('/fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
url('/fonts/robotocondensed-regular-webfont.woff') format('woff'),
url('/fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
url('/fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Light-webfont.eot');
src: url('/fonts/Roboto-Light-webfont.svg#robotothin') format('svg'),
url('/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/Roboto-Light-webfont.woff') format('woff'),
url('/fonts/Roboto-Light-webfont.ttf') format('truetype'),
;
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/roboto-regular-webfont.eot');
src: url('/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/roboto-regular-webfont.woff2') format('woff2'),
url('/fonts/roboto-regular-webfont.woff') format('woff'),
url('/fonts/roboto-regular-webfont.ttf') format('truetype'),
url('/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/roboto-medium-webfont.eot');
src: url('/fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/roboto-medium-webfont.woff2') format('woff2'),
url('/fonts/roboto-medium-webfont.woff') format('woff'),
url('/fonts/roboto-medium-webfont.ttf') format('truetype'),
url('/fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/roboto-bold-webfont.eot');
src: url('/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/roboto-bold-webfont.woff2') format('woff2'),
url('/fonts/roboto-bold-webfont.woff') format('woff'),
url('/fonts/roboto-bold-webfont.ttf') format('truetype'),
url('/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
font-weight: 700;
font-style: normal;
}
\ No newline at end of file
File added
This diff is collapsed.
File added
File added
File added
This diff is collapsed.
File added
File added
File added
This diff is collapsed.
File added
File added
File added
File added
This diff is collapsed.
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment