From 77ef04b1965616d6fd89890881ce0246f557ea37 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Oct 2020 19:50:34 +0300 Subject: remove googleapis URL from dark bootstrap theme (+min.css) --- lib/bootstrap/v3/css/theme-dark.min.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/bootstrap/v3/css/theme-dark.min.css b/lib/bootstrap/v3/css/theme-dark.min.css index 28c9d49..c24dc45 100755 --- a/lib/bootstrap/v3/css/theme-dark.min.css +++ b/lib/bootstrap/v3/css/theme-dark.min.css @@ -3,7 +3,6 @@ * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -@import url(https://fonts.googleapis.com/css?family=Roboto:400,700); .label,audio,canvas,progress,sub,sup,video{vertical-align:baseline} html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:10px;-webkit-tap-highlight-color:transparent} article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block} @@ -1476,4 +1475,4 @@ a.list-group-item-warning.active{background-color:#f80} a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{background-color:#e67a00} a.list-group-item-danger.active{background-color:#c00} a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{background-color:#b30000} -.jumbotron h1,.jumbotron h2,.jumbotron h3,.jumbotron h4,.jumbotron h5,.jumbotron h6{color:#fff} \ No newline at end of file +.jumbotron h1,.jumbotron h2,.jumbotron h3,.jumbotron h4,.jumbotron h5,.jumbotron h6{color:#fff} -- cgit v1.2.3