Difference between revisions of "MediaWiki:Common.css"

From LotR TCG Wiki
(Created page with "→‎CSS placed here will be applied to all skins: @font-face { font-family: 'culture-icons'; →‎a name to be used later: src: url('https://lotrtcgwiki.com/mw/images/L...")
 
Line 2: Line 2:
 
@font-face {
 
@font-face {
 
     font-family: 'culture-icons'; /*a name to be used later*/
 
     font-family: 'culture-icons'; /*a name to be used later*/
     src: url('https://lotrtcgwiki.com/mw/images/LOTR_TCG_Icons-Bold.ttf'); /*URL to font*/
+
     src: url('https://lotrtcgwiki.com/mw/images/LOTR_TCG-Regular.ttf'); /*URL to font*/
 
}
 
}

Revision as of 06:25, 25 August 2020

/* CSS placed here will be applied to all skins */
@font-face {
    font-family: 'culture-icons'; /*a name to be used later*/
    src: url('https://lotrtcgwiki.com/mw/images/LOTR_TCG-Regular.ttf'); /*URL to font*/
}