Änderungen von Dokument M-SmallCaps


Von Version 5.1
bearbeitet von gru
am 15.12.2022, 10:38
Änderungskommentar: Migrated property [defaultCategories] from class [XWiki.WikiMacroClass]
Auf Version 4.2
bearbeitet von gru
am 10.10.2022, 12:03
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,5 +1,26 @@
1 -@import url(/xwiki/bin/download/Customization/CustomCSS/CSS-FontAlegreyaSansSC/FontAlegreyaSansSC.css);
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 */
2 2  
7 +/* latin-ext */
8 +@font-face {
9 + font-family: 'Alegreya Sans SC';
10 + font-style: normal;
11 + font-weight: 400;
12 + src: url("/xwiki/bin/download/Customization/CustomCSS/CSS-FontAlegreyaSansSC/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bkdl9xxA.woff2") format('woff2');
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 +}
15 +/* latin */
16 +@font-face {
17 + font-family: 'Alegreya Sans SC';
18 + font-style: normal;
19 + font-weight: 400;
20 + src: url("/xwiki/bin/download/Customization/CustomCSS/CSS-FontAlegreyaSansSC/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bkll9w.woff2") format('woff2');
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 +}
23 +
3 3  .xm-smallcaps {
4 4   font-variant: small-caps;
5 5  }