makes the font of typelit.io (when typing) to poppins!
Typelit.io Font by AlphaLeoli
Details
AuthorAlphaLeoli
LicenseMIT
Categorytypelit.io
Created
Updated
Size556 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please add me on discord (alphaleoli) and tell me if something is wrong with it and what I should fix.
Also, if you want to change the font then it's pretty intuitive just look in the code and change it a little.
Source code
/* ==UserStyle==
@name Typelit.io Poppins Font
@namespace typelit.io
@version 1.0.2
@description Change the typing text font to Poppins on typelit.io
@author Alphaleoli
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://www.typelit.io") {
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
/* General content */
body,
.editedThemeClass,
.darkThemeStyles_UNTYPED__72cJX {
font-family: 'Poppins', sans-serif !important;
}
}