MediaWiki:Global.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) Replaced content with " @import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Metamorphous&display=swap'); .bona-nova-regular { font-family: "Bona Nova", serif; font-weight: 400; font-style: normal; } .bona-nova-bold { font-family: "Bona Nova", serif; font-weight: 700; font-style: normal; } .bona-nova-regular-italic { font-family: "Bona Nova", serif; fo..." Tag: Replaced |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Goudy+Bookletter+1911&family=Metamorphous&family=Modern+Antiqua&family=Uncial+Antiqua&display=swap'); | |||
.bona-nova-regular { | |||
font-family: "Bona Nova", serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.bona-nova-bold { | |||
font-family: "Bona Nova", serif; | |||
font-weight: 700; | |||
font-style: normal; | |||
} | |||
.bona-nova-regular-italic { | |||
font-family: "Bona Nova", serif; | |||
font-weight: 400; | |||
font-style: italic; | |||
} | |||
.goudy-bookletter-1911-regular { | |||
font-family: "Goudy Bookletter 1911", serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.eb-garamond { | |||
font-family: "EB Garamond", serif; | |||
font-optical-sizing: auto; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.uncial-antiqua-regular { | |||
font-family: "Uncial Antiqua", system-ui; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.modern-antiqua-regular { | |||
font-family: "Modern Antiqua", serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.metamorphous-regular { | |||
font-family: "Metamorphous", serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} |
Revision as of 07:19, 20 May 2025
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Goudy+Bookletter+1911&family=Metamorphous&family=Modern+Antiqua&family=Uncial+Antiqua&display=swap');
.bona-nova-regular {
font-family: "Bona Nova", serif;
font-weight: 400;
font-style: normal;
}
.bona-nova-bold {
font-family: "Bona Nova", serif;
font-weight: 700;
font-style: normal;
}
.bona-nova-regular-italic {
font-family: "Bona Nova", serif;
font-weight: 400;
font-style: italic;
}
.goudy-bookletter-1911-regular {
font-family: "Goudy Bookletter 1911", serif;
font-weight: 400;
font-style: normal;
}
.eb-garamond {
font-family: "EB Garamond", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.uncial-antiqua-regular {
font-family: "Uncial Antiqua", system-ui;
font-weight: 400;
font-style: normal;
}
.modern-antiqua-regular {
font-family: "Modern Antiqua", serif;
font-weight: 400;
font-style: normal;
}
.metamorphous-regular {
font-family: "Metamorphous", serif;
font-weight: 400;
font-style: normal;
}