Web-programming_Petrushin_E.../Lab2/PrBookfill/fonts/style.css
2023-10-27 14:55:26 +04:00

9 lines
309 B
CSS

@font-face {
font-family: 'ITC Eras';
src: local('ITC Eras Bold'), local('ITC-Eras-Bold'),
url('ITCErasStd-Bold.woff2') format('woff2'),
url('ITCErasStd-Bold.woff') format('woff'),
url('ITCErasStd-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}