add mononoki fonts

This commit is contained in:
Horhik 2021-01-02 23:59:27 +02:00
parent c1ce2a4445
commit b177a1413f
26 changed files with 21 additions and 52 deletions

View File

@ -1,26 +1,26 @@
@font-face {
@font-face { //
font-family: 'Mononoki';
src: url('fonts/mononoki-Regular.eot');
src: url('fonts/mononoki-Regular.eot') format('embedded-opentype'),
url('fonts/mononoki-Regular.ttf') format('truetype'),
url('fonts/mononoki-Regular.woff2') format('woff2'),
url('fonts/mononoki-Regular.woff') format('woff')
src: url('../fonts/mononoki-Regular.eot');
src: url('../fonts/mononoki-Regular.eot') format('embedded-opentype'),
url('../fonts/mononoki-Regular.ttf') format('truetype'),
url('../fonts/mononoki-Regular.woff2') format('woff2'),
url('../fonts/mononoki-Regular.woff') format('woff');
}
@font-face {
font-family: 'Mononoki Bold';
src: url('fonts/mononoki-Bold.eot');
src: url('fonts/mononoki-Bold.eot') format('embedded-opentype'),
url('fonts/mononoki-Bold.ttf') format('truetype'),
url('fonts/mononoki-Bold.woff2') format('woff2'),
url('fonts/mononoki-Bold.woff') format('woff')
src: url('../fonts/mononoki-Bold.eot');
src: url('../fonts/mononoki-Bold.eot') format('embedded-opentype'),
url('../fonts/mononoki-Bold.ttf') format('truetype'),
url('../fonts/mononoki-Bold.woff2') format('woff2'),
url('../fonts/mononoki-Bold.woff') format('woff');
}
@font-face {
font-family: 'Mononoki';
src: url('fonts/mononoki-Regular.eot');
src: url('fonts/mononoki-Regular.eot') format('embedded-opentype'),
url('fonts/mononoki-Regular.ttf') format('truetype'),
url('fonts/mononoki-Regular.woff2') format('woff2'),
url('fonts/mononoki-Regular.woff') format('woff')
src: url('../fonts/mononoki-Regular.eot');
src: url('../fonts/mononoki-Regular.eot') format('embedded-opentype'),
url('../fonts/mononoki-Regular.ttf') format('truetype'),
url('../fonts/mononoki-Regular.woff2') format('woff2'),
url('../fonts/mononoki-Regular.woff') format('woff');
}

View File

@ -1,9 +0,0 @@
body{
background: #ff0000;
}
h1 {
a {
font-family: "Mononoki";
font-weight: bold;
}
}

View File

@ -1,3 +1,3 @@
baseURL = "http://example.org/"
baseURL = "http://horhi.xyz/"
languageCode = "en-us"
title = "My New Hugo Site"
title = "Horhik.xyz"

View File

@ -1,5 +1,5 @@
<article class="article">
<h1><a class="article__link" href="{{ .Permalink }}">{{ .Title }}</a></h1>
<h1 class="h1"><a class="article__link" href="{{ .Permalink }}">{{ .Title }}</a></h1>
<time>{{ .Date.Format "02.01.2006 15:04" }}</time>
{{ range .Params.tags }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"Target":"css/basic.min.a2b540fa95a98263f7bf8c3b07212ccc784dbb543d66475d0a3d5b5e98688d8e.css","MediaType":"text/css","Data":{"Integrity":"sha256-orVA+pWpgmP3v4w7ByEszHhNu1Q9ZkddCj1bXphojY4="}}
{"Target":"css/basic.min.8848c881525f1205113c39edcc5d0693f0a989e1945c5566ef35cfbaa7921319.css","MediaType":"text/css","Data":{"Integrity":"sha256-iEjIgVJfEgURPDntzF0Gk/CpieGUXFVm7zXPuqeSExk="}}

View File

@ -1,5 +0,0 @@
.article{
background: red;
}

View File

@ -1,3 +0,0 @@
* {
width: 10px;
}

View File

@ -1,11 +0,0 @@
.article{
background: red;
}
article {
color: red;
}
body{
background: green;
}

View File

@ -1,3 +0,0 @@
body{
background:blue;
}