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