Sha256: aafb67f32ad4f30b82060d7b8c82eb4d9bf90a614559a966d93a987219a075b6

Contents?: true

Size: 1.2 KB

Versions: 6

Compression:

Stored size: 1.2 KB

Contents

@font-face {
    font-family: "Roboto";
    src: local(Roboto Thin),
        font-url("#{$roboto-font-path}Roboto-Thin.woff2") format("woff2"),
        font-url("#{$roboto-font-path}Roboto-Thin.woff") format("woff");

    font-weight: 100;
}
@font-face {
    font-family: "Roboto";
    src: local(Roboto Light),
        font-url("#{$roboto-font-path}Roboto-Light.woff2") format("woff2"),
        font-url("#{$roboto-font-path}Roboto-Light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Regular), 
        font-url("#{$roboto-font-path}Roboto-Regular.woff2") format("woff2"),
        font-url("#{$roboto-font-path}Roboto-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Medium),
        font-url("#{$roboto-font-path}Roboto-Medium.woff2") format("woff2"),
        font-url("#{$roboto-font-path}Roboto-Medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Bold),
        font-url("#{$roboto-font-path}Roboto-Bold.woff2") format("woff2"),
        font-url("#{$roboto-font-path}Roboto-Bold.woff") format("woff");
    font-weight: 700;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
materialize-sass-0.100.2.1 app/assets/stylesheets/materialize/components/_roboto.scss
materialize-sass-0.100.2 app/assets/stylesheets/materialize/components/_roboto.scss
materialize-sass-0.100.1 app/assets/stylesheets/materialize/components/_roboto.scss
materialize-sass-0.100.0 app/assets/stylesheets/materialize/components/_roboto.scss
materialize-sass-0.99.0 app/assets/stylesheets/materialize/components/_roboto.scss
materialize-sass-0.98.2 app/assets/stylesheets/materialize/components/_roboto.scss