I am trying to use the LaTeX font for ggplots in R. I searched the wep and tried everything around for example:
https://fulowa.medium.com/latex-font-in-a-ggplot-9120caaa5250
https://rstats-tips.net/2019/08/31/custom-fonts-in-ggplot2-and-latex/
Using LaTeX font in R (Computer Modern)
The problem I have is that font_import() cannot find the Latin Roman 10 font even though it is installed as a ttf in the corresponding C:\Windows\Fonts folder. Tried to restart, uninstall/install again but nothing works. Someone familiar with the problem and solved it?