move handwrite font

This commit is contained in:
wangbudui 2020-01-09 14:22:50 +08:00
parent baa292f66a
commit a27eaa399e
10 changed files with 17 additions and 36 deletions

File diff suppressed because one or more lines are too long

View File

@ -33,8 +33,5 @@
</p>
<p>{{ .Page.Site.Params.HomeDesc | markdownify }}</p>
</div>
</div>
{{ end }}

View File

@ -6,5 +6,3 @@
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}">
{{ end }}
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="/AflB-FG_Virgil-embed.css">

View File

@ -1,7 +1,7 @@
<header
class="flex flex-col relative border-black border-b-4 md:border-none pb-6 mx-4 md:mx-0 md:w-1/5 md:text-right md:pr-8 bg-white md:text-center">
<div class="">
<h1 class="text-3xl md:my-12 mt-4 md:mb-12"><a href="{{ .Site.BaseURL }}" style="font-family: AflB-FG_Virgil;">wrong.wang</a></h1>
<div>
<h1 id="header_logo" class="text-3xl md:my-12 mt-4 md:mb-12"><a href="{{ .Site.BaseURL }}">wrong.wang</a></h1>
<p class="font-thin italic">前进</p>
</div>
<input id="menu-check" type="checkbox" class="hidden" />

File diff suppressed because one or more lines are too long

View File

@ -1,14 +0,0 @@
@font-face {
font-family: "AflB-FG_Virgil";
src: url("AflB-FG_Virgil.eot"); /* IE9 */
src: url("AflB-FG_Virgil.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("AflB-FG_Virgil.woff") format("woff"), /* chrome、firefox */
url("AflB-FG_Virgil.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
url("AflB-FG_Virgil.svg#AflB-FG_Virgil") format("svg"); /* iOS 4.1- */
font-style: normal;
font-weight: normal;
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 18 KiB