summaryrefslogtreecommitdiff
path: root/vendor/mervick/material-design-icons/scss/_path.scss
blob: 7753970d652fad16f2b7042230b4036fcea9b4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "variables";

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: $md-font-family;
    font-style: normal;
    font-weight: 400;
    src: url('#{$md-font-path}/MaterialIcons-Regular.eot?v=#{$md-version}');
    src: url('#{$md-font-path}/MaterialIcons-Regular.eot?v=#{$md-version}#iefix') format('embedded-opentype'),
         //local('Material Icons'),
         //local('MaterialIcons-Regular'),
         url('#{$md-font-path}/MaterialIcons-Regular.woff2?v=#{$md-version}') format('woff2'),
         url('#{$md-font-path}/MaterialIcons-Regular.woff?v=#{$md-version}') format('woff'),
         url('#{$md-font-path}/MaterialIcons-Regular.ttf?v=#{$md-version}') format('truetype'),
         url('#{$md-font-path}/MaterialIcons-Regular.svg?v=#{$md-version}#materialiconsregular') format('svg');
}