儘管看着其他答案,我不能讓Bootstrap不覆蓋我想使用的Google字體。我試圖改變我的樣式表的位置,但沒有任何工作。
任何幫助,這將不勝感激。引導覆蓋谷歌字體
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'>
你在哪裏指定你的CSS中的「arvo」字體。使用'@ font-face' CSS規則來做到這一點。 – ahPo
它在體內。 – Craig