Przeglądaj źródła

gover 静态文件,下载引用的资源文件(css等)文件至本地(googleapis、gstatic)

lith 3 lat temu
rodzic
commit
822aa7a922

+ 21 - 0
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/blog/css/googleapis.css

@@ -0,0 +1,21 @@
+@font-face {
+  font-family: 'Merriweather';
+  font-style: normal;
+  font-weight: 300;
+  /*src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l521wRZWMf_.ttf) format('truetype');*/
+  src: url(./u-4n0qyriQwlOrhSvowK_l521wRZWMf_.ttf) format('truetype');
+}
+@font-face {
+  font-family: 'Merriweather';
+  font-style: normal;
+  font-weight: 400;
+  /*src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5-fCZJ.ttf) format('truetype');*/
+  src: url(./u-440qyriQwlOrhSvowK_l5-fCZJ.ttf) format('truetype');
+}
+@font-face {
+  font-family: 'Merriweather';
+  font-style: normal;
+  font-weight: 700;
+  /*src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l52xwNZWMf_.ttf) format('truetype');*/
+  src: url(./u-4n0qyriQwlOrhSvowK_l52xwNZWMf_.ttf) format('truetype');
+}

+ 2 - 1
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/blog/css/style.css

@@ -1,4 +1,5 @@
-@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700);
+/*@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700);*/
+@import url(./googleapis.css);
 :root {
   --blue: #007bff;
   --indigo: #6610f2;

BIN
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/blog/css/u-440qyriQwlOrhSvowK_l5-fCZJ.ttf


BIN
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/blog/css/u-4n0qyriQwlOrhSvowK_l521wRZWMf_.ttf


BIN
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/blog/css/u-4n0qyriQwlOrhSvowK_l52xwNZWMf_.ttf


BIN
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/editormd/lib/codemirror/mode/forth/6NUO8FuJNQ2MbkrZ5-J8lKFrp7pRef2u.ttf


+ 7 - 0
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/editormd/lib/codemirror/mode/forth/googleapis.css

@@ -0,0 +1,7 @@
+@font-face {
+  font-family: 'Droid Sans Mono';
+  font-style: normal;
+  font-weight: 400;
+  /*src: url(https://fonts.gstatic.com/s/droidsansmono/v19/6NUO8FuJNQ2MbkrZ5-J8lKFrp7pRef2u.ttf) format('truetype');*/
+  src: url(./6NUO8FuJNQ2MbkrZ5-J8lKFrp7pRef2u.ttf) format('truetype');
+}

+ 2 - 1
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/editormd/lib/codemirror/mode/forth/index.html

@@ -4,7 +4,8 @@
 <meta charset="utf-8"/>
 <link rel=stylesheet href="../../doc/docs.css">
 
-<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
+<!--<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>-->
+<link href='./googleapis.css' rel='stylesheet' type='text/css'>
 <link rel="stylesheet" href="../../lib/codemirror.css">
 <link rel=stylesheet href="../../theme/colorforth.css">
 <script src="../../lib/codemirror.js"></script>

BIN
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/editormd/lib/codemirror/mode/vb/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32kg.ttf


+ 8 - 0
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/editormd/lib/codemirror/mode/vb/googleapis.css

@@ -0,0 +1,8 @@
+@font-face {
+  font-family: 'Inconsolata';
+  font-style: normal;
+  font-weight: 400;
+  font-stretch: normal;
+  /*src: url(https://fonts.gstatic.com/s/inconsolata/v21/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32kg.ttf) format('truetype');*/
+  src: url(./QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32kg.ttf) format('truetype');
+}

+ 2 - 1
dotnet/ServiceCenter/App.Gover.Gateway/wwwroot/_gover_/Scripts/editormd/lib/codemirror/mode/vb/index.html

@@ -5,7 +5,8 @@
 <link rel=stylesheet href="../../doc/docs.css">
 
 <link rel="stylesheet" href="../../lib/codemirror.css">
-<link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
+<!--<link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">-->
+<link href="./googleapis.css" rel="stylesheet" type="text/css">
 <script src="../../lib/codemirror.js"></script>
 <script src="vb.js"></script>
 <script type="text/javascript" src="../../addon/runmode/runmode.js"></script>