Added OpenSans as the main menu font to get a cleaner menu text look.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@use './common'
|
||||
|
||||
@font-face
|
||||
font-family: "OpenSans"
|
||||
src: url('/modules/theme/fonts/OpenSans-Regular.ttf') format("truetype")
|
||||
|
||||
.navbar
|
||||
overflow: visible
|
||||
background-color: #333
|
||||
@@ -36,9 +40,13 @@
|
||||
transition-property: background
|
||||
transition-duration: 0.5s
|
||||
cursor: pointer
|
||||
a
|
||||
> a
|
||||
text-decoration: none
|
||||
color: white
|
||||
font-family: OpenSans
|
||||
font-size: .8rem
|
||||
letter-spacing: .1rem
|
||||
text-transform: uppercase
|
||||
div.dropdown-chevron
|
||||
cursor: default
|
||||
text-shadow: none
|
||||
|
||||
Reference in New Issue
Block a user