[問題] 請問如何用React.js 使用Google Fonts?

看板Ajax作者 (我行我素 我型我塑)時間8年前 (2016/11/24 12:12), 編輯推噓1(101)
留言2則, 1人參與, 最新討論串1/1
最近開始學習React.js與webpack, 想請問如果我想要使用Google Fonts網站上的字型到React.js內, https://fonts.google.com/specimen/Roboto 我該怎麼做呢? 目前是嘗試在<head>內載入, <head> <link href="https://fonts.googleapis.com/css?family=Bungee+Inline|Roboto" rel="stylesheet"> <style> body{ font-family: 'Roboto', sans-serif; } </style> 但沒有效果 也有嘗試在webpack打包前, 在module內寫CSS字體樣式 但也是沒效果, 想請問我該怎麼做呢? React.js新手需要版上的援手, 感激不盡... -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.249.114.16 ※ 文章網址: https://www.ptt.cc/bbs/Ajax/M.1479960730.A.C1A.html

11/30 18:56, , 1F
基本上react只會換掉<div>,你其他寫在index.html
11/30 18:56, 1F

11/30 18:56, , 2F
的東西都會還在
11/30 18:56, 2F
文章代碼(AID): #1ODcYQmQ (Ajax)
文章代碼(AID): #1ODcYQmQ (Ajax)