Skip to content

vkdoc.net by REYNEP

Screenshot of vkdoc.net

Details

AuthorREYNEP

LicenseMIT License

Categoryvkdoc.net

Created

Updated

Size890 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changed Font -> Better Text

Notes

No Requirements, Fonts are fetched from online world.

Source code

/* ==UserStyle==
@name           vkdoc.net
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@font-face {
  font-family: "AudioLink REY";
  font-style: normal;
  font-weight: 400;
  src: local('AudioLink Mono Regular'), local('AudioLink Mono'), url(https://audiolink.dev/gallery/AudioLinkMono-Bold.ttf) format('ttf');
}
@font-face {
  font-family: "Bahnschrift Condensed REY";
  font-style: normal;
  font-weight: 100;
  src: local('Bahnschrift Condensed'), url(https://github.com/flying-whales/flying-whales/raw/20e98b4dd0388a3fafd09acb8b07e5bd3dc701b9/Assets/Fonts/bahnschrift.ttf) format('ttf');
}
@-moz-document domain("vkdoc.net") {
    body {
        font-family: "Bahnschrift Condensed REY";
        font-weight: 400;
    }
    
    p {
        line-height: 20px;
        font-size: 14px;
    }
}

Reviews

No reviews yet.