add mononoki fonts
This commit is contained in:
parent
c1ce2a4445
commit
b177a1413f
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
body{
|
||||
background: #ff0000;
|
||||
}
|
||||
h1 {
|
||||
a {
|
||||
font-family: "Mononoki";
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
baseURL = "http://example.org/"
|
||||
baseURL = "http://horhi.xyz/"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
title = "Horhik.xyz"
|
||||
|
|
|
@ -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
|
@ -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="}}
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
.article{
|
||||
background: red;
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
* {
|
||||
width: 10px;
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
.article{
|
||||
background: red;
|
||||
}
|
||||
article {
|
||||
color: red;
|
||||
}
|
||||
|
||||
body{
|
||||
background: green;
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
body{
|
||||
background:blue;
|
||||
}
|
Loading…
Reference in a new issue