You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
202 B

  1. @import url('https://fonts.cdnfonts.com/css/noto-sans-takri');
  2. * {
  3. direction: ltr;
  4. text-align: left;
  5. }
  6. body, .datepicker-plot-area {
  7. font-family: 'Noto Sans Takri',Tahoma !important;
  8. }