Template:IPA/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| Line 32: | Line 32: | ||
.font-family-ipa { |
.font-family-ipa { |
||
font-family: 'TemplateStyles Charis SIL' |
font-family: 'TemplateStyles Charis SIL'; |
||
} |
} |
||
Revision as of 21:37, January 11, 2025
@font-face {
font-family: 'TemplateStyles Charis SIL';
src: local('Charis SIL'), url('https://amaranth-legacy.yttrium.systems/CharisSIL.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'TemplateStyles Charis SIL';
src: local('Charis SIL'), url('https://amaranth-legacy.yttrium.systems/CharisSIL-Italic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'TemplateStyles Charis SIL';
src: local('Charis SIL'), url('https://amaranth-legacy.yttrium.systems/CharisSIL-Bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'TemplateStyles Charis SIL';
src: local('Charis SIL'), url('https://amaranth-legacy.yttrium.systems/CharisSIL-BoldItalic.woff2') format('woff2');
font-weight: bold;
font-style: italic;
font-display: swap;
}
.font-family-ipa {
font-family: 'TemplateStyles Charis SIL';
}