I've targetted body, ul and li and .dataTables_wrapper with font-family: 'Inter', sans-serif; which is loaded into the page. Other things on the page change but DT's font stays same. I'm working off the default theme.
This question has an accepted answers - jump to answer
Tables are a bit odd in CSS. Try adding table to your list of selectors: https://live.datatables.net/rexecufa/1/edit .
table
If that doesn't work, please link to a test case showing the issue.
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Tables are a bit odd in CSS. Try adding
table
to your list of selectors: https://live.datatables.net/rexecufa/1/edit .If that doesn't work, please link to a test case showing the issue.
Allan