Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 3: Line 3:
@import url('https://db.onlinewebfonts.com/c/77ad444ba527da5e40f0f67a3cf6c5fc?family=Beech');
@import url('https://db.onlinewebfonts.com/c/77ad444ba527da5e40f0f67a3cf6c5fc?family=Beech');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@import url('https://db.onlinewebfonts.com/c/ab0e69fe0dfa974eb4aea0a208f5995e?family=Newspaper+Cutout+White++Regular');
@import url('https://db.onlinewebfonts.com/c/ab0e69fe0dfa974eb4aea0a208f5995e?family=Newspaper+Cutout+White+Regular');


@font-face {
@font-face {
Line 27: Line 27:


@font-face {
@font-face {
font-family: 'Newspaper Cutout White Regular'; /* Yeah no I'm pretty sure the fontname just has two spaces there idk why */
font-family: 'Newspaper Cutout White Regular';
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
Line 46: Line 46:


.newspapercutout-text {
.newspapercutout-text {
font-family: 'Newspaper Cutout White Regular';
font-family: 'Newspaper Cutout White Regular';
}
}

Revision as of 03:37, 20 September 2023

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&display=swap');
@import url('https://db.onlinewebfonts.com/c/77ad444ba527da5e40f0f67a3cf6c5fc?family=Beech');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@import url('https://db.onlinewebfonts.com/c/ab0e69fe0dfa974eb4aea0a208f5995e?family=Newspaper+Cutout+White+Regular'); 

@font-face {
    font-family: 'Libre Barcode 128 Text', cursive;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beech';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Mono', monospace;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Newspaper Cutout White Regular';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.barcode-text {
    font-family: 'Libre Barcode 128 Text', cursive;
}

.beech-text {
	font-family: 'Beech';
}

.spacemono-text {
	font-family: 'Space Mono', monospace;
}

.newspapercutout-text {
	font-family: 'Newspaper Cutout White Regular';
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.