10 lines
394 B
CSS
10 lines
394 B
CSS
|
|
@font-face {
|
||
|
|
font-family: 'Product-Sans-Bold';
|
||
|
|
|
||
|
|
src: url('@/static/font/Product-Sans-Bold-3.ttf') format('truetype');
|
||
|
|
src: url('@/static/font/Product-Sans-Bold-Italic-5.ttf') format('truetype');
|
||
|
|
src: url('@/static/font/Product-Sans-Italic-4.ttf') format('truetype');
|
||
|
|
src: url('@/static/font/Product-Sans-Regular-2.ttf') format('truetype');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
}
|