Added OpenSans as the main menu font to get a cleaner menu text look.

This commit is contained in:
2021-03-16 22:57:29 -07:00
parent 22426a6f7f
commit 93292040f2
5 changed files with 19 additions and 4 deletions

View File

@@ -20,6 +20,10 @@
user-select: none;
}
@font-face {
font-family: "OpenSans";
src: url("/modules/theme/fonts/OpenSans-Regular.ttf") format("truetype");
}
.navbar {
overflow: visible;
background-color: #333;
@@ -60,9 +64,13 @@
transition-duration: 0.5s;
cursor: pointer;
}
.navbar ul li a {
.navbar ul li > a {
text-decoration: none;
color: white;
font-family: OpenSans;
font-size: 0.8rem;
letter-spacing: 0.1rem;
text-transform: uppercase;
}
.navbar ul li div.dropdown-chevron {
cursor: default;