How can i disable Eastern digits?

What I’m trying to do

When creating a new Daily note, i unfortunately got the date written in Eastern digits

Things I have tried

  • i already got my sittings in windows al-done
  • i tried a CSS Snippets to force the western digits, didn’t have binifits, with the code:
 body {
    font-variant-numeric: lining-nums;
}

thanks, basel