Added OpenSans as the main menu font to get a cleaner menu text look.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user