Files
pathfinder/sass/layout/_fonts.scss
Mark Friedrich d59fe133e2 - New "Into The Abyss" support added, #631
- Updated Manual with new "Abyss" information, #631
- Fixed a bug with JSON DB columns after _Cortex_ ORM plugin update
2018-06-03 22:13:47 +02:00

16 lines
503 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');
}
.pf-triglivian {
font-family: 'Triglavian';
font-weight: 900;
}