Change the font to Verdana

Change the font to Verdana

vatican344vatican344 Posts: 2Questions: 1Answers: 0

Hi all, this must be easy but I can't figure out how to change the base font to Verdana? Any tips would be greatly appreciated!

This question has accepted answers - jump to:

Answers

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    edited May 2018 Answer ✓

    Use:

    div.dataTable_wrapper,
    table.dataTable {
      font-family: Verdana;
    }
    

    in your CSS. Example.

    Allan

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    Hi @vatican344 ,

    You would do that in the CSS - see this StackOverflow thread here.

    Cheers,

    Colin

  • vatican344vatican344 Posts: 2Questions: 1Answers: 0

    Excellent, thanks for the help!

This discussion has been closed.