locksy
locksy
Forgive me if I've completely missed somthing, I'm a relative n00b, but I seem to have gotten custom fonts to work like this: const text = new Blotter.Text(textEl.innerHTML, { family...
also, I included WebFont.load({ google: { families: ['Righteous'] }, active: () => createBlotterText() });
this should work ` #background { position: relative; background-color: black; width: 100%; height: 100%; } video { width: 100%; } @mixin center() { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform:...