Skip to content

Commit

Permalink
Add sans-serif as fall back for nav bar element (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored Jan 10, 2025
1 parent f41d792 commit 85f8725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/css/haxe-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ nav .navbar .nav>li>.dropdown-menu:after {
background: linear-gradient(to bottom, #39332d 50%,#2c2722 51%); /* W3C */
padding:14px 20px 13px 20px;
margin:0 10px 0 0;
font:bold 18px "arial black", "open sans";
font:bold 18px "arial black", "open sans", sans-serif;
line-height:22px;
color:rgb(255,255,255);
}
Expand Down

0 comments on commit 85f8725

Please sign in to comment.