Advertisement
custompc

Add TTF to OpenBSD

Mar 3rd, 2024 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. X TTF Fonts
  2. /usr/X11R6/lib/X11/fonts/TTF
  3.  
  4. cd your_font_dir
  5. mkfontscale
  6. mkfontdir
  7. fc-cache -f
  8.  
  9.  
  10. cd /etc/fonts/conf.d
  11. ln -s ../conf.avail/10-autohint.conf 10-autohint.conf
  12.  
  13. https://www.reddit.com/r/openbsd/comments/69ebrg/fonts_in_openbsd_61/
  14.  
  15.  
Tags: openbsd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement