User:Sylphoid/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sylphoid (talk | contribs)
fix my spacing and weirg periods
Sylphoid (talk | contribs)
adding comments and second font
Line 1: Line 1:
/* Used for item header. The names and cost */
@font-face {
@font-face {
font-family: "Retail Demo Bold";
font-family: "Retail Demo Bold";
font-display: swap;
font-display: swap;
src: url('/Special:FilePath/Retaildemo-bold.woff2') format('woff2');
src: url('/Special:FilePath/Retaildemo-bold.woff2') format('woff2');
}
/* Idk the difference between these two. Testing is in progress */
@font-face {
font-family: "Retail Text Demo Bold";
font-display: swap;
src: url('/Special:FilePath/Retailtextdemo-bold.woff2') format('woff2');
}
}



Revision as of 06:45, 22 October 2024

/* Used for item header. The names and cost */
@font-face {
	font-family: "Retail Demo Bold";
	font-display: swap;
	src: url('/Special:FilePath/Retaildemo-bold.woff2') format('woff2');
}

/* Idk the difference between these two. Testing is in progress */
@font-face {
	font-family: "Retail Text Demo Bold";
	font-display: swap;
	src: url('/Special:FilePath/Retailtextdemo-bold.woff2') format('woff2');
}

.infobox-title.item-title {
	font-family:"Retail Demo Bold";
}

h1, h2 {
	font-family:"Retail Demo Bold", inherit;
}