9 lines
342 B
CSS
9 lines
342 B
CSS
@font-face {
|
|
font-family: "primary-font";
|
|
src: url("../../fonts/sahel-400.eot");
|
|
src: url("../../fonts/sahel-400.eot?#iefix") format("embedded-opentype"),
|
|
url("../../fonts/sahel-400.woff2") format("woff2"),
|
|
url("../../fonts/sahel-400.woff") format("woff"),
|
|
url("../../fonts/sahel-400.ttf") format("truetype");
|
|
font-weight: 400;
|
|
} |