Jonathan Starck 3 سال پیش
والد
کامیت
9236b9aece
2فایلهای تغییر یافته به همراه16 افزوده شده و 2 حذف شده
  1. 8 1
      css/custom.css
  2. 8 1
      css/custom.less

+ 8 - 1
css/custom.css

@@ -35,8 +35,15 @@ table.wachenaufgaben tr td {
   text-align: left;
 }
 table.wachenaufgaben tr td.todo_title:before {
-  font-family: 'Font Awesome 5 Free';
+  font-family: 'Font Awesome 6 Pro';
   font-weight: 400;
   padding-right: 10px;
   content: "\f737";
+  -moz-osx-font-smoothing: grayscale;
+  -webkit-font-smoothing: antialiased;
+  display: var(--fa-display, inline-block);
+  font-style: normal;
+  font-variant: normal;
+  line-height: 1;
+  text-rendering: auto;
 }

+ 8 - 1
css/custom.less

@@ -43,10 +43,17 @@ table.wachenaufgaben {
 
             &.todo_title {
                 &:before {
-                    font-family: 'Font Awesome 5 Free';
+                    font-family: 'Font Awesome 6 Pro';
                     font-weight: 400;
                     padding-right: 10px;
                     content: "\f737";
+                    -moz-osx-font-smoothing: grayscale;
+                    -webkit-font-smoothing: antialiased;
+                    display: var(--fa-display, inline-block);
+                    font-style: normal;
+                    font-variant: normal;
+                    line-height: 1;
+                    text-rendering: auto;
                 }
             }
         }