changing font for clickup
프리타드 by silverbell
Details
Authorsilverbell
LicenseNo License
Categorypretard
Created
Updated
Size338 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 프리타드
@version 20220315.01.01
@namespace userstyles.world/user/silverbell
@description changing font for clickup
@author silverbell
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://app.clickup.com/") {
body * {
font-family: "Pretendard" !important;
}
}