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
No edit summary
Line 4: Line 4:
@font-face {
@font-face {
font-family: 'Libre Barcode 128 Text', cursive;
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-weight: normal;
font-style: normal;
font-style: normal;
Line 11: Line 18:
.barcode-text {
.barcode-text {
font-family: 'Libre Barcode 128 Text', cursive;
font-family: 'Libre Barcode 128 Text', cursive;
}

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

Revision as of 19:17, 11 March 2023

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&display=swap');

@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;
}

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

.beech-text {
	font-family: 'Beech';
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.