SF Pro Font For YouTube, that's it!
Apple Font For YouTube by chunsal

Details
Authorchunsal
LicenseNo License
Categoryyoutube
Created
Updated
Code size743 B
Code checksum2ace6072
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Apple Font For YouTube
@version 20250403.04.23
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com") {
@font-face {
font-family: "SF Pro Text semi";
font-style: normal;
font-weight: 300;
src: url(https://raw.githubusercontent.com/blaisck/sfwin/master/SFPro/TrueType/SFProText-SemiBold.ttf)
}
@font-face {
font-family: "SF Pro Text med";
font-style: normal;
font-weight: 200;
src: url(https://raw.githubusercontent.com/blaisck/sfwin/master/SFPro/TrueType/SFProText-Medium.ttf)
}
* {
font-family: "SF Pro Text semi"!important
}
h1 {
font-family: "SF Pro Text semi"
}
h3 {
font-family: "SF Pro Text med"!important
}
}