hcs-html-ccs/css/srx.css
2024-02-09 15:26:54 +01:00

9 lines
185 B
CSS

@font-face {
font-family: 'workbench';
src: url('../font/WORKBENCH-REGULAR.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6 {
font:inherit;
font-family: workbench;
}