From 21c9cfff5afdb258ed95f3f8b4c6a0979866aa61 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 26 Nov 2018 17:49:23 +0200 Subject: [PATCH] fix(docs-infra): always fetch Roboto font (#27250) Previously, we did not load the Roboto font, instead relying on the user to have it available on their system and falling back to different fonts otherwise. This resulted in the page being styled slightly differently for those people that didn't have the font installed locally. PR Close #27250 --- aio/src/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aio/src/index.html b/aio/src/index.html index a0f49c4d2b..2fb27da8e7 100644 --- a/aio/src/index.html +++ b/aio/src/index.html @@ -21,9 +21,10 @@ - - - + + + +