agtemplateweb/target/agtemplate-1.0.0/resources/sass/_fonts.scss

113 lines
2.9 KiB
SCSS

/* din-next-ultra-light - latin */
@font-face {
font-family: 'DIN Next';
font-style: normal;
font-weight: 200;
src: url("#{resource['poseidon-layout:fonts/din-next-ultra-light.otf']}")
format('opentype');
}
/* din-next-ultra-light-italic - latin */
@font-face {
font-family: 'DIN Next';
font-style: italic;
font-weight: 200;
src: url("#{resource['poseidon-layout:fonts/din-next-ultra-light-italic.otf']}")
format('opentype');
}
/* din-next-light - latin */
@font-face {
font-family: 'DIN Next';
font-style: normal;
font-weight: 300;
src: url("#{resource['poseidon-layout:fonts/din-next-light.otf']}")
format('opentype');
}
/* din-next-light-italic - latin */
@font-face {
font-family: 'DIN Next';
font-style: italic;
font-weight: 300;
src: url("#{resource['poseidon-layout:fonts/din-next-light-italic.otf']}")
format('opentype');
}
/* din-next-regular - latin */
@font-face {
font-family: 'DIN Next';
font-style: normal;
font-weight: 400;
src: url("#{resource['poseidon-layout:fonts/din-next-regular.otf']}")
format('opentype');
}
/* din-next-italic - latin */
@font-face {
font-family: 'DIN Next';
font-style: italic;
font-weight: 400;
src: url("#{resource['poseidon-layout:fonts/din-next-italic.otf']}")
format('opentype');
}
/* din-next-medium - latin */
@font-face {
font-family: 'DIN Next';
font-style: normal;
font-weight: 500;
src: url("#{resource['poseidon-layout:fonts/din-next-medium.otf']}")
format('opentype');
}
/* din-next-medium-italic - latin */
@font-face {
font-family: 'DIN Next';
font-style: italic;
font-weight: 500;
src: url("#{resource['poseidon-layout:fonts/din-next-medium-italic.otf']}")
format('opentype');
}
/* din-next-bold - latin */
@font-face {
font-family: 'DIN Next';
font-style: normal;
font-weight: 700;
src: url("#{resource['poseidon-layout:fonts/din-next-bold.otf']}")
format('opentype');
}
/* din-next-bold-italic - latin */
@font-face {
font-family: 'DIN Next';
font-style: italic;
font-weight: 700;
src: url("#{resource['poseidon-layout:fonts/din-next-bold-italic.otf']}")
format('opentype');
}
/* din-next-heavy - latin */
@font-face {
font-family: 'DIN Next';
font-style: normal;
font-weight: 800;
src: url("#{resource['poseidon-layout:fonts/din-next-heavy.otf']}")
format('opentype');
}
/* din-next-heavy-italic - latin */
@font-face {
font-family: 'DIN Next';
font-style: italic;
font-weight: 800;
src: url("#{resource['poseidon-layout:fonts/din-next-heavy-italic.otf']}")
format('opentype');
}
/* din-next-black - latin */
@font-face {
font-family: 'DIN Next';
font-style: normal;
font-weight: 900;
src: url("#{resource['poseidon-layout:fonts/din-next-black.otf']}")
format('opentype');
}
/* din-next-black-italic - latin */
@font-face {
font-family: 'DIN Next';
font-style: italic;
font-weight: 900;
src: url("#{resource['poseidon-layout:fonts/din-next-black-italic.otf']}")
format('opentype');
}