Files
pathfinder/sass/layout/_fonts.scss
Mark Friedrich 17039ae22d - added head navigation to /setup page
- updated release notes panel
2018-09-17 22:14:43 +02:00

17 lines
525 B
SCSS

@font-face {
font-family: 'Triglavian';
font-style: normal;
font-weight: 900;
src: url('#{$pf-font-path}/triglavian-regular.eot');
src: url('#{$pf-font-path}/triglavian-regular.eot?#iefix') format('embedded-opentype'),
url('#{$pf-font-path}/triglavian-regular.woff2') format('woff2'),
url('#{$pf-font-path}/triglavian-regular.woff') format('woff'),
url('#{$pf-font-path}/triglavian-regular.ttf') format('truetype');
font-display: swap;
}
.pf-triglivian {
font-family: 'Triglavian';
font-weight: 900;
}