MediaWiki:Common.css: Difference between revisions

From Encyclopedium Universum
Created page with "→‎CSS placed here will be applied to all skins: @font-face { font-family: "yisraeleet400"; src: url("/fonts/yisraeleet.eot"); src: url("/fonts/yisraeleet.eot?#iefix") format("embedded-opentype"), url("/fonts/yisraeleet.woff2") format("woff2"), url("/fonts/yisraeleet.woff") format("woff"), url("/fonts/yisraeleet.ttf") format("truetype"), url("/fonts/yisraeleet.svg#yisraeleeth") format("svg"); font-weight: normal; font-style: norm..."
 
No edit summary
Line 16: Line 16:
/* Apply yisraeleet400 as the sole font site-wide */
/* Apply yisraeleet400 as the sole font site-wide */
body,
body,
#mw-content-text,
#content,
.mw-body-content,
div,
h1, h2, h3, h4, h5, h6,
table,
#mw-panel,
td,
.vector-body,
th,
.vector-body p,
p,
.vector-body li {
li,
ol,
ul,
h1, h2, h3, h4, h5, h6 {
   font-family: "yisraeleet400" !important;
   font-family: "yisraeleet400" !important;
}
}


/* Ashuri comparison font */
/* Ashuri comparison font */
Line 30: Line 34:


.ashuri {
.ashuri {
   font-family: 'Frank Ruhl Libre' !important;
   font-family: 'David Libre', serif; /* or any decorative Hebrew font you picked */
   font-weight: 400;
   font-size: 110%;
  letter-spacing: 0.05em;
}
}

Revision as of 05:52, 26 March 2025

/* CSS placed here will be applied to all skins */


@font-face {
  font-family: "yisraeleet400";
  src: url("/fonts/yisraeleet.eot");
  src: url("/fonts/yisraeleet.eot?#iefix") format("embedded-opentype"),
       url("/fonts/yisraeleet.woff2") format("woff2"),
       url("/fonts/yisraeleet.woff") format("woff"),
       url("/fonts/yisraeleet.ttf") format("truetype"),
       url("/fonts/yisraeleet.svg#yisraeleeth") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Apply yisraeleet400 as the sole font site-wide */
body,
#content,
div,
table,
td,
th,
p,
li,
ol,
ul,
h1, h2, h3, h4, h5, h6 {
  font-family: "yisraeleet400" !important;
}


/* Ashuri comparison font */


.ashuri {
  font-family: 'David Libre', serif; /* or any decorative Hebrew font you picked */
  font-size: 110%;
  letter-spacing: 0.05em;
}