Despite looking at other answers I cannot get Bootstrap to not override the Google Font I want to use. I have tried changing the position of my stylesheets but nothing works.
Any help with this would be greatly appreciated.
http://codepen.io/01scatman/pen/KzGdNY
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="AOS-TC.css">
<link href='https://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'>