UNPKG

430 BSCSSView Raw
1// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
2// Licensed under the Apache License, Version 2.0.
3
4@import "font-face";
5
6$icon-font-path: "../../resources/icons" !default;
7$icon-font-formats: eot woff ttf !default;
8
9@include font-face("Icons16", "#{$icon-font-path}/icons-16", $file-formats: $icon-font-formats);
10@include font-face("Icons20", "#{$icon-font-path}/icons-20", $file-formats: $icon-font-formats);