{"version":3,"names":[],"mappings":"","sources":["iconfont-mixin.less"],"sourcesContent":["// This mixin and this file are in this exact location\n// in order to guarantee that the relative paths will match and agree\n// for compiled LESS output, both when gulp, webpack, and P2 take their turn at compiling the file.\n#aui {\n    .load-custom-font(@family, @filename, @fontId: @family, @weight: normal, @style: normal) {\n        @font-face {\n            font-family: @family;\n            src: url('fonts/@{filename}.eot');\n            src: url('fonts/@{filename}.eot?#iefix') format('embedded-opentype'),\n            url('fonts/@{filename}.woff') format('woff'),\n            url('fonts/@{filename}.ttf') format('truetype'),\n            url('fonts/@{filename}.svg#@{fontId}') format('svg');\n            font-weight: @weight;\n            font-style: @style;\n        }\n    }\n}\n"],"file":"iconfont-mixin.css"}