| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index 57e1fe438fee44379038492c98ab944b40fccc4b..75119293d740edb239f65d29d1b8dba8ef2ca6e0 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -61,6 +61,8 @@ const struct Resource{
|
| { "images/google_logo.png", IDR_LOCAL_NTP_IMAGES_LOGO_PNG, "image/png" },
|
| { "images/white_google_logo.png",
|
| IDR_LOCAL_NTP_IMAGES_WHITE_LOGO_PNG, "image/png" },
|
| + { "roboto.woff", IDR_ROBOTO_WOFF, "font/woff" },
|
| + { "roboto.woff2", IDR_ROBOTO_WOFF2, "font/woff2" },
|
| };
|
|
|
| // Strips any query parameters from the specified path.
|
|
|