Files
2026-03-20 17:13:38 +01:00

10 lines
347 B
SCSS

// Panton Light
@font-face {
font-family: 'Panton';
src: url('../font/panton.eot');
src: url('../font/panton.eot?#iefix') format('embedded-opentype'),
url('../font/panton.woff2') format('woff2'),
url('../font/panton.woff') format('woff'),
url('../font/panton.ttf') format('truetype');
font-weight: 300;
}