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
No edit summary
mNo edit summary
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */

/* Font imports consolidated to reduce load times */
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&family=Libre+Barcode+128&family=Space+Mono&display=swap');

@font-face {
@font-face {
font-family: 'Beech';
font-family: "Beech";
src: url('https://uh.fyi/resources/beech.woff') format('woff');
src: url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.eot");
src: url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.svg#Beech")format("svg");
}

@font-face {
font-family: "Newspaper Cutout White Regular";
src: url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.eot");
src: url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.svg#Newspaper Cutout White Regular")format("svg");
}

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

font-display: swap;
.barcode {
font-family: 'Libre Barcode 128';
font-weight: normal;
}
}


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

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

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

Latest revision as of 14:11, 27 May 2024

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

/* Font imports consolidated to reduce load times */
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&family=Libre+Barcode+128&family=Space+Mono&display=swap');

@font-face {
    font-family: "Beech";
    src: url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.eot");
    src: url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/77ad444ba527da5e40f0f67a3cf6c5fc.svg#Beech")format("svg");
}

@font-face {
    font-family: "Newspaper Cutout White Regular";
    src: url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.eot");
    src: url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/ab0e69fe0dfa974eb4aea0a208f5995e.svg#Newspaper Cutout White Regular")format("svg");
}

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

.barcode {
	font-family: 'Libre Barcode 128';
	font-weight: normal;
}

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

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

.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.