Change the font-family
Vietnamese Font Friendly CookPad by taquangkhoi
Details
Authortaquangkhoi
LicenseMIT
Categorycookpad.com
Created
Updated
Size314 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 Vietnamese Font Friendly CookPad
@version 20220921.11.37
@namespace userstyles.world/user/taquangkhoi
@description Change the font-family
@author taquangkhoi
@license MIT
==/UserStyle== */
@-moz-document domain("cookpad.com") {
body {
font-family: Inter;
}
}