I really wanted to use this font for links to other pages, but for some reason it will just not load. It seems as though there are some fonts that load and others that do not, both of which I have downloaded locally.
.navBarLinks {
text-decoration: none;
list-style: none;
vertical-align: middle;
text-align: center;
}
.aboutUs {
position: absolute;
width: 0;
height: 0;
top: 6vh;
left: 10%;
font-family: 'Open Sans';
font-size: 18rem;
color: #0e0e0e;
text-decoration: none;
text-align: center;
vertical-align: middle;
z-index: 2;
}