MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>Logoarto
No edit summary
imported>Logoarto
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('/1.40/extensions/FontAwesome/res/fontawesome/css/all.min.css');
@import url('/1.40/extensions/FontAwesome/res/fontawesome/css/all.min.css');
@import url('https://static.wikiforge.net/avidwiki/7/7e/CLGSans-Regular.ttf');
@import url('https://static.wikiforge.net/avidwiki/6/6f/CLGSans-Bold.ttf');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded');
/* Define typefaces.*/
/* Define typefaces.*/
@font-face {
    font-family: 'AVID Sans';
    src: url('https://static.wikiforge.net/avidwiki/7/7e/CLGSans-Regular.ttf');
}
.classname {
    font-family: 'AVID Sans';
}
@font-face {
    font-family: 'AVID Sans';
    font-weight: bold;
    src: url('https://static.wikiforge.net/avidwiki/6/6f/CLGSans-Bold.ttf');
}
classname {
    font-family: 'AVID Sans';
    font-weight: bold;
}
@font-face {
    font-family: 'AVID Sans';
    src: url('https://static.wikiforge.net/avidwiki/7/7e/CLGSans-Regular.ttf');
}
@font-face {
    font-family: 'AVID Sans Book';
    src: url('https://static.wikiforge.net/avidwiki/9/9e/AVID_Sans_Book.ttf');
}
.classname {
    font-family: 'AVID Sans Book';
}
@font-face {
    font-family: 'AVID Sans Book';
    font-weight: bold;
    src: url('https://static.wikiforge.net/avidwiki/6/6f/CLGSans-Bold.ttf');
}
classname {
    font-family: 'AVID Sans Book';
    font-weight: bold;
}
@font-face {
@font-face {
     font-family: 'Montserrat Regular';
     font-family: 'Montserrat Regular';
Anonymous user

Navigation menu