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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
@font-face { |
@font-face { |
||
font-family: 'TemplateStyles |
font-family: 'TemplateStyles Fira Sans'; |
||
src: local(' |
src: local('Fira Sans'), url('https://amaranth-legacy.yttrium.systems/FiraSans-Regular.woff2') format('woff2'); |
||
font-weight: normal; |
font-weight: normal; |
||
font-style: normal; |
font-style: normal; |
||
| Line 7: | Line 7: | ||
} |
} |
||
.font-family-ipa { |
|||
font-family: 'TemplateStyles |
font-family: 'TemplateStyles Fira Sans'; |
||
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; |
|||
} |
} |
||