Änderungen von Dokument M-SmallCaps


Von Version 6.1
bearbeitet von gru
am 03.11.2025, 15:28
Änderungskommentar: Migrated property [executionIsolated] from class [XWiki.WikiMacroClass]
Auf Version 1.1
bearbeitet von gru
am 18.01.2021, 15:57
Änderungskommentar: Imported from XAR

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,6 +1,1 @@
1 -{{smallcaps}}Kapitälchen{{/smallcaps}}. Nutzt {{code language="css"}}font-feature-settings: 'smcp'{{/code}} mit Fallback auf {{code language="css"}}font-variant: small-caps{{/code}}.
2 -
3 -
4 -Fallback war bisher {{code language="Css"}}@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC&subset=latin,latin-ext);font-family: 'Alegreya Sans SC'{{/code}}.
5 -
6 -Jetzt wird der Font {{smallcaps}}Alegreya Sans SC{{/smallcaps}} direkt aus der Hilfe von Dateien auf der Seite [[Customization.CustomCSS.CSS-FontAlegreyaSansSC]] eingebunden.
1 +{{smallcaps}}Kapitälchen{{/smallcaps}}. Nutzt {{code language="css"}}font-feature-settings: 'smcp'{{/code}} mit Fallback auf {{code language="css"}}font-variant: small-caps{{/code}} sowie sicherheitshalber {{code language="Css"}}@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC&subset=latin,latin-ext);font-family: 'Alegreya Sans SC'{{/code}}.
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,4 +1,4 @@
1 -@import url(/xwiki/bin/download/Customization/CustomCSS/CSS-FontAlegreyaSansSC/FontAlegreyaSansSC.css);
1 +@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC&subset=latin,latin-ext);
2 2  
3 3  .xm-smallcaps {
4 4   font-variant: small-caps;