Numbers on axis not displayed correctly with Makie and Plots.jl

I have the following problem:
When I try to Plot something the it looks like this

using Plots
plot(sin,0,6)

grafik

similarly with Makie:

using GLMakie
lines(0..6,sin)

Maybe I accendentally changed some parameter that is causing this or I am missing somthing obvious?

I have the same issue.

Maybe a FreeType problem. What happens if you restart or change the font?