1
0

Added Socicon fonts if remote ones are unavailable

This commit is contained in:
Michael Gordeev
2020-03-16 16:37:56 +03:00
parent 84babdc055
commit 82d5a3b11c
9 changed files with 1820 additions and 3 deletions
@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="~/css/Style.css" /> <link rel="stylesheet" type="text/css" href="~/css/Style.css" />
<link rel="stylesheet" type="text/css" href="~/css/Fonts.css" /> <link rel="stylesheet" type="text/css" href="~/css/Fonts.css" />
<link rel="stylesheet" href="https://s3.amazonaws.com/icomoon.io/114779/Socicon/style.css?u8vidh" /> <link rel="stylesheet" type="text/css" href="~/css/Socicon.css" />
<link href="~/css/Admin.css" type="text/css" rel="stylesheet" /> <link href="~/css/Admin.css" type="text/css" rel="stylesheet" />
<script type="text/javascript"> <script type="text/javascript">
@@ -6,8 +6,8 @@
<base href="~/assets/FoxTube/" /> <base href="~/assets/FoxTube/" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://s3.amazonaws.com/icomoon.io/114779/Socicon/style.css?u8vidh" />
<link rel="stylesheet" type="text/css" href="~/css/Fonts.css" /> <link rel="stylesheet" type="text/css" href="~/css/Fonts.css" />
<link rel="stylesheet" type="text/css" href="~/css/Socicon.css" />
<link rel="stylesheet" type="text/css" href="FoxTube.css" /> <link rel="stylesheet" type="text/css" href="FoxTube.css" />
<script type="text/javascript"> <script type="text/javascript">
@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="~/css/Style.css" /> <link rel="stylesheet" type="text/css" href="~/css/Style.css" />
<link rel="stylesheet" type="text/css" href="~/css/Fonts.css" /> <link rel="stylesheet" type="text/css" href="~/css/Fonts.css" />
<link rel="stylesheet" href="https://s3.amazonaws.com/icomoon.io/114779/Socicon/style.css?u8vidh" /> <link rel="stylesheet" type="text/css" href="~/css/Socicon.css" />
<script type="text/javascript"> <script type="text/javascript">
function ToggleMenu() function ToggleMenu()
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 315 KiB