HushBugger

Undertale font CSS for 4chan X

Feb 25th, 2019 (edited)
25,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Install 4chan X (https://www.4chan-x.net/) and in the settings, under "Advanced", add this to the Custom CSS:
  2.  
  3. .replacedSideArrows {
  4. width: 20px;
  5. }
  6. div.post {
  7. font-family: "8bitoperator UT Mono";
  8. font-size: 12pt;
  9. }
  10. div.post span {
  11. font-weight: normal !important;
  12. }
  13. @font-face {
  14. font-family: "8bitoperator UT Mono";
  15. src: url('https://hushbugger.github.io/fonts/8bitoperator-UTM.woff') format('woff');
  16. }
  17.  
  18. Or for a more narrowly spaced look that's a little less faithful to Undertale:
  19.  
  20. .replacedSideArrows {
  21. width: 20px;
  22. }
  23. div.post {
  24. font-family: "8bitoperator JVE Regular";
  25. font-size: 12pt;
  26. }
  27. div.post span {
  28. font-weight: normal !important;
  29. }
  30. @font-face {
  31. font-family: "8bitoperator JVE Regular";
  32. src: url("https://hushbugger.github.io/fonts/8bitoperator_jve.woff") format("woff");
  33. }
Add Comment
Please, Sign In to add comment