Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. fonts
  2.  
  3. fonts
  4.  
  5. fontspec [ Path = /Users/will/Fonts/,
  6. UprightFont = *-regular,
  7. BoldFont = *-bold, ...]
  8. {texgyrepagella}
  9.  
  10. fontspec [ Path = fonts/, ... ] { } % note that the trailing '/' is required
  11.  
  12. setmainfont [ Path = fonts/, ... ] { }
  13. setsansfont [ Path = fonts/, ... ] { }
  14. setmonofont [ Path = fonts/, ... ] { }
  15. newfontfamily [ Path = fonts/, ... ] { }
  16.  
  17. fontspec [Path = fonts/,
  18. UprightFont = *-Roman,
  19. ItalicFont = *-Italic
  20. ]
  21. {MyFont}
  22.  
  23. newfontfamily{rim}[Path=./fonts/, Scale=1.5]{Rat Infested Mailbox}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement