Difference between revisions of "MediaWiki:Common.css"

From SystersWiki
Line 6: Line 6:
  
 
@font-face {
 
@font-face {
font-family: BLKCHCRY;
+
    font-family: 'BlackChancery';
src: url("https://hub.xpub.nl/systers/mediawiki/index.php?title=File:BLKCHCRY.sfnt");
+
    src: url('File:BlackChancery.woff') format('woff')
 +
    font-weight: normal;
 +
    font-style: normal;
 
}
 
}
  
 
p {
 
p {
 
font-size: 22px;
 
font-size: 22px;
font-family: BLKCHCRY;
+
font-family: BlackChancery;
 
color: #26263dff;
 
color: #26263dff;
 
}
 
}

Revision as of 07:20, 29 May 2020

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

.timeline-band-layer-inner {
    
}

@font-face {
    font-family: 'BlackChancery';
    src: url('File:BlackChancery.woff') format('woff')
    font-weight: normal;
    font-style: normal;
}

p {
	font-size: 22px;
	font-family: BlackChancery;
	color: #26263dff;
}