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

@@ -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