MediaWiki:Common.css: Difference between revisions

From Encyclopedium Universum
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@font-face {
@font-face {
   font-family: "yisraeleet400";
   font-family: "yisraeleet400";
Line 14: Line 11:
}
}


/* Apply yisraeleet400 as the sole font site-wide */
/* Apply your font site-wide */
body,
body,
span,
span,
Line 25: Line 22:
li,
li,
ol,
ol,
ul {
ul,
h1, h2, h3, h4, h5, h6 {
   font-family: "yisraeleet400" !important;
   font-family: "yisraeleet400" !important;
  font-size: 1.2em; /* Grows base text */
  line-height: 1.6;
}
}


h1, h2, h3, h4, h5, h6 {
/* Set specific size for paragraph and table cells */
   font-family: "yisraeleet400" !important;
td,
  /* No font-size override here so they stay larger than body */
th,
p {
   font-size: 20px !important;
}
}
/* Ashuri comparison font */
/* Ashuri comparison font */



Latest revision as of 07:14, 26 March 2025

@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: 800;
  font-style: normal;
}

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

/* Set specific size for paragraph and table cells */
td,
th,
p {
  font-size: 20px !important;
}
/* Ashuri comparison font */


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