UNPKG

leet-speak-converter

Version:

A smart and simple utility to convert text into leet speak.

18 lines (14 loc) 200 B
/* Base */ html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { margin: 0; padding: 0; font: 16px / 1.414 'Roboto', arial, sans-serif; }