Adds UCSUR support to Infinite Craft.
UCSUR Support for Infinite Craft by mikarific
Details
Authormikarific
LicenseMIT
Categoryneal.fun/infinite-craft
Created
Updated
Size485 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name UCSUR Support for Infinite Craft
@version 20241217.09.24
@namespace ?
==/UserStyle== */
@-moz-document regexp(".*://neal\\.fun\\/infinite-craft/?.*") {
@font-face {
font-family: 'Fairfax HD';
src: url('https://sitelen.pona.la/families/FairfaxHD/FairfaxHD.ttf') format('truetype');
}
.container {
font-family: Roboto, sans-serif, 'Fairfax HD' !important;
}
.item-emoji, .instance-emoji {
font-family: Roboto, sans-serif !important;
}
}