7 lines
180 B
CSS
7 lines
180 B
CSS
@font-face {
|
|
font-family: "Helvetica Now";
|
|
src: url('helvetica-now.ttf') format('truetype');
|
|
font-weight: 125 900;
|
|
font-stretch: 50% 150%;
|
|
font-style: normal;
|
|
} |