font: Remove Roboto from default web font
@b3c3a955ee6a12785b29dc92f08c6463b72b82f4
--- app/views/layout.scala.html
+++ app/views/layout.scala.html
... | ... | @@ -23,7 +23,6 @@ |
23 | 23 |
<meta name="twitter:url" content="@play.mvc.Http.Context.current().request().path()" /> |
24 | 24 |
<meta name="twitter:description" content="@{titleArray(titleArray.length-1)}" /> |
25 | 25 |
<link rel="shortcut icon" type="image/x-icon" href="@routes.Assets.at("images/favicon.ico")"> |
26 |
-<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> |
|
27 | 26 |
<link rel="stylesheet" type="text/css" media="all" href="@routes.Assets.at("bootstrap/css/bootstrap.css")"> |
28 | 27 |
<link rel="stylesheet" type="text/css" media="all" href="@routes.Assets.at("stylesheets/yobicon/style.css")"> |
29 | 28 |
<link rel="stylesheet" type="text/css" media="all" href="@routes.Assets.at("javascripts/lib/select2/select2.css")"/> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?