Template:IPA/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) Tesinormed changed the content model of the page Template:IPA/styles.css from "CSS" to "Sanitized CSS" |
Tesinormed (talk | contribs) No edit summary |
||
| Line 29: | Line 29: | ||
font-style: italic; |
font-style: italic; |
||
font-display: swap; |
font-display: swap; |
||
} |
|||
.font-family-ipa { |
|||
font-family: 'TemplateStyles Charis SIL'; |
|||
} |
} |
||
Revision as of 21:39, 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;
}