Skip to content
forked from los-gordos/BLOKK

BLOKK is a font for quick mock-ups and wireframing for clients who do not understand latin.

Notifications You must be signed in to change notification settings

nitin2953/BLOKK

 
 

Repository files navigation

All credit to Los Gordos at BlokkFont

For more information https://github.com/octoshrimpy/blokkfont

  • Non of the cdn is working (and I don't want to mess around with that)
  • So install "BLOKK Neue" font in your system
  • Use an Browser extension like Stylus to apply it in any website
  • OR use this bookmarklet to inject it on any page you want (only temperory)
  • OR create your own bookmarklet by tweaking "Actuall JavaScript Code" & using https://mrcoles.com/bookmarklet/

Create a bookmark with any name you want → paste below code in url feild

javascript:(function()%7Blet%20style%20%3D%20document.createElement(%22style%22)%3Bstyle.innerHTML%20%3D%20%60*%20%7B%20font-family%3A%20%22BLOKK%20Neue%22%20!important%3B%20%7D%60%3Bdocument.head.appendChild(style)%7D)()
  • Actuall JavaScript Code
let style = document.createElement("style");
style.innerHTML = `* { font-family: "BLOKK Neue" !important; }`;
document.head.appendChild(style);

About

BLOKK is a font for quick mock-ups and wireframing for clients who do not understand latin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.7%
  • HTML 22.3%