Skip to content

Commit

Permalink
FIX: Remove Font Dependability
Browse files Browse the repository at this point in the history
 - use FontSwitcher to change fonts to avoid local limitations
  • Loading branch information
aljawaid committed Aug 31, 2023
1 parent 9fa2631 commit f68567b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,6 @@ h1 {
}

body {
/* font-family: "Open Sans", "Helvetica", Arial, sans-serif; */
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-left: 0;
margin-right: 0;
margin-top: 0;
Expand Down Expand Up @@ -720,13 +718,11 @@ code {
/* FOR BLOCKQUOTE TEXT - Leave `width` as auto because of board hover tooltip */
blockquote {
/* color: #000000 !important; */
/* font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
color: #555555;
font-size: 1.1em;
width: auto;
margin: 5px auto;
font-style: italic;
font-family: "Open Sans", sans-serif;
padding: 1.2em 30px 1.2em 75px !important;
border-left: 8px solid rgb(168, 207, 255) !important;
line-height: 1.6;
Expand Down

0 comments on commit f68567b

Please sign in to comment.