Änderungen von Dokument M-SmallCaps


Von Version 4.2
bearbeitet von gru
am 10.10.2022, 12:03
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 2.2
bearbeitet von gru
am 10.10.2022, 11:42
Änderungskommentar: Es gibt keinen Kommentar für diese Version

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,15 +7,9 @@
1 -/*Copyright 2013 The Alegreya Sans Project Authors (https://github.com/huertatipografica/Alegreya-Sans)
2 - *
3 -This Font Software is licensed under the SIL Open Font License, Version 1.1.
4 -This license is copied below, and is also available with a FAQ at:
5 -http://scripts.sil.org/OFL */
6 -
7 7  /* latin-ext */
8 8  @font-face {
9 9   font-family: 'Alegreya Sans SC';
10 10   font-style: normal;
11 11   font-weight: 400;
12 - src: url("/xwiki/bin/download/Customization/CustomCSS/CSS-FontAlegreyaSansSC/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bkdl9xxA.woff2") format('woff2');
6 + src: url(https://fonts.gstatic.com/s/alegreyasanssc/v20/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bkdl9xxA.woff2) format('woff2');
13 13   unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
14 14  }
15 15  /* latin */
... ... @@ -17,7 +17,7 @@
17 17   font-family: 'Alegreya Sans SC';
18 18   font-style: normal;
19 19   font-weight: 400;
20 - src: url("/xwiki/bin/download/Customization/CustomCSS/CSS-FontAlegreyaSansSC/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bkll9w.woff2") format('woff2');
14 + src: url(https://fonts.gstatic.com/s/alegreyasanssc/v20/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bkll9w.woff2) format('woff2');
21 21   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
22 22  }
23 23