intro-site/css/font/vazir.css

19 lines
686 B
CSS

@font-face {
font-family: "primary-font";
src: url("../../fonts/vazir-400.eot");
src: url("../../fonts/vazir-400.eot?#iefix") format("embedded-opentype"),
url("../../fonts/vazir-400.woff2") format("woff2"),
url("../../fonts/vazir-400.woff") format("woff"),
url("../../fonts/vazir-400.ttf") format("truetype");
font-weight: 400;
}
@font-face {
font-family: "primary-font";
src: url("../../fonts/vazir-700.eot");
src: url("../../fonts/vazir-700.eot?#iefix") format("embedded-opentype"),
url("../../fonts/vazir-700.woff2") format("woff2"),
url("../../fonts/vazir-700.woff") format("woff"),
url("../../fonts/vazir-700.ttf") format("truetype");
font-weight: 700;
}