match_family() returns the best font family match.
     
    
    Usage
    match_family(font = "sans", bold = TRUE, italic = TRUE, debug = NULL)
 
    
    Arguments
- font
- family or face to match. 
- bold
- Wheter to match a font featuring a - boldface.
 
- italic
- Wheter to match a font featuring an - italicface.
 
- debug
- deprecated 
 
    
    Examples
    match_family("sans")
#> [1] "DejaVu Sans"
match_family("serif")
#> [1] "DejaVu Serif"