Skip to content

Youtube font changer(Sofia). by sumit7033

Screenshot of Youtube font changer(Sofia).

Details

Authorsumit7033

LicenseNo License

Categoryyoutube.com

Created

Updated

Size3.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

1.Default is Sofia you can change in any other font
2.you can change youtube font by changing (@font-face src: url) to your font url and font name;

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Youtube font changer(Sofia).
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    you can change font by changing (@font-face src: url) to your font url and font name; 
@author         Sumit Kumar
==/UserStyle== */

@-moz-document domain("youtube.com") {
    /* Insert code here... */
    @font-face {
    font-family: "Sofia";
    src: url("//db.onlinewebfonts.com/t/1bff59b9c0cd4bc32c2a3c4e703c40e6.woff2") format("woff2");
}
    html, body {
    font-family: Sofia;}
   .title.ytd-guide-entry-renderer {
    font-family: Sofia;
    }

    #search-input.ytd-searchbox-spt input { font-family: 'Sofia'; }
    
    
    h1.ytd-watch-metadata { font-family: Sofia; }
    
    ytd-text-inline-expander { font-family: Sofia;}
    
    #video-title.ytd-compact-video-renderer { font-family: Sofia; }   
    
    ytd-video-meta-block:not([rich-meta])[inline-badges] #metadata-line.ytd-video-meta-block { font-family: Sofia; }
    
    #subtitle.ytd-compact-link-renderer {font-family: Sofia}
    
    #label.ytd-compact-link-renderer { font-family: Sofia; }
    
    ytd-active-account-header-renderer:not([enable-handles-account-menu-switcher]) #account-name.ytd-active-account-header-renderer {font-family: Sofia;}
    #manage-account.ytd-active-account-header-renderer { font-family: Sofia;}
    yt-spec-button-shape-next {font-family: Sofia; }
    ytd-rich-grid-media[mini-mode] #video-title.ytd-rich-grid-media { font-family: Sofia;}
    
    .yt-sans-36.yt-dynamic-sizing-formatted-string { font-family: Sofia;}

    ytd-video-meta-block[rich-meta][mini-mode] #metadata-line.ytd-video-meta-block {font-family: Sofia;}
    
    #channel-name.long-byline.ytd-video-meta-block {font-family: Sofia;}
    
    ytd-video-meta-block[rich-meta][mini-mode] #byline-container.ytd-video-meta-block {font-family: Sofia;}
    
    ytd-rich-grid-slim-media[mini-mode] #video-title.ytd-rich-grid-slim-media {font-family: Sofia;}
    
    ytd-video-meta-block[rich-meta] #metadata-line.ytd-video-meta-block {font-family: Sofia;}
    
    .yt-spec-button-shape-next {font-family: Sofia;}
    #info-bar.ytd-miniplayer .title.ytd-miniplayer {font-family: Sofia;}
    
    ytd-miniplayer[split-subtitle] #owner-name.ytd-miniplayer {font-family: Sofia;}
    
    .yt-sans-32.yt-dynamic-sizing-formatted-string {font-family: Sofia;}
    
    tp-yt-paper-item {font-family: Sofia;}
    ytd-guide-section-renderer[guide-refresh] #guide-section-title.ytd-guide-section-renderer {font-family: Sofia;}
    
    ytd-guide-entry-renderer[active] .title.ytd-guide-entry-renderer {font-family: Sofia;}
    .yt-sans-24.yt-dynamic-sizing-formatted-string {font-family: Sofia;}
    #video-title.ytd-rich-grid-media {font-family: Sofia;}
    #video-title.ytd-video-renderer { font-family: Sofia; }
    .metadata-snippet-container.ytd-video-renderer { font-family: Sofia; }
    .metadata-snippet-container-one-line.ytd-video-renderer { font-family: Sofia; }
    #channel-name.ytd-video-renderer {font-family: Sofia;}
    ytd-video-meta-block:not([rich-meta]) #metadata-line.ytd-video-meta-block {font-family: Sofia;}
    #content-text.ytd-comment-renderer {font-family: Sofia;}
    #video-title.ytd-playlist-panel-video-renderer {font-family: Sofia;}
    #byline.ytd-playlist-panel-video-renderer {font-family: Sofia;}
    ytd-compact-radio-renderer.use-ellipsis #video-title.ytd-compact-radio-renderer {font-family: Sofia;}
    .html5-video-player {font-family: Sofia;}
}

Reviews

No reviews yet.