markdown SCSS:font-face mixin

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown SCSS:font-face mixin相关的知识,希望对你有一定的参考价值。

# Font Face Mixin

	@mixin font-face($font-family, $url) {

		@font-face {

			font-family: '#{$font-family}';

			src: url('#{$url}.eot');

			src: url('#{$url}.eot?#iefix') format('embedded-opentype'),

			     url('#{$url}.woff') format('woff'),

			     url('#{$url}.ttf') format('truetype'),

			     url('#{$url}.svg') format('svg');

			font-weight: normal;

			font-style: normal;

		}
	
	}

以上是关于markdown SCSS:font-face mixin的主要内容,如果未能解决你的问题,请参考以下文章

scss 罗盘@ font-face

scss Bulletproof @ font-face语法

scss SASS @ font-face mixin

scss SASS @ font-face mixin

scss SASS @ font-face mixin

scss SASS @ font-face mixin