aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes
diff options
context:
space:
mode:
authorGravatar Branton Horsley <bhorsley@google.com>2018-06-15 16:10:07 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-15 16:11:28 -0700
commit24e8f297ed7402377cfae6c9f7a1620dd62b4208 (patch)
treedc61e66f34fbe9a21980000d63755b4daa51a9a5 /site/_includes
parent6caac8537902d9ee07c993d05472b01165d528e1 (diff)
Add Missing RobotoDraft-700 font to docs
Fixed bug where \<strong\> tags were being improperly rendered Closes #5414. PiperOrigin-RevId: 200789831
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/head.html b/site/_includes/head.html
index 7c4f0dadc4..0f4e048835 100644
--- a/site/_includes/head.html
+++ b/site/_includes/head.html
@@ -7,7 +7,7 @@
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site_root }}">
<!-- Webfont -->
- <link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
+ <link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500,700|Source+Code+Pro:400,500,700" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="/images/favicon.ico">