Skip to content

Commit

Permalink
FIX: Remove Font Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 7, 2023
1 parent 5d1fbb5 commit c7578d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ a.user-profile-link {
text-decoration: none !important;
padding: 0 3px 1px 3px;
font-size: .7em;
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-left: 10px;
text-transform: uppercase;
border: 2px solid var(--tech-bg-grey-border-match);
Expand Down Expand Up @@ -391,7 +390,6 @@ table.support-table.user-table tr td:first-child::before {
}

.p-dir {
font-family: Arial;
letter-spacing: 1px;
margin-right: 8px;
}
Expand Down Expand Up @@ -438,15 +436,13 @@ table.support-table.user-table tr td:first-child::before {
visibility: hidden;
filter: blur(1px) brightness(.5);
color: var(--pp-grey);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em;
}

.data-btn {
text-decoration: none !important;
padding: 0 3px 1px 3px;
font-size: 1em;
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
border: 2px solid var(--tech-bg-grey-border-match);
border-radius: var(--border-radius-kanboard-support);
Expand Down

0 comments on commit c7578d6

Please sign in to comment.