Nyght Serif is the best :)

This commit is contained in:
jaseg 2023-10-14 13:02:49 +02:00
parent dff5da4d50
commit 2cdeee2a3c
20 changed files with 267 additions and 5 deletions

View file

@ -43,3 +43,19 @@ I use this GPG key (key ID ``ED7A208EEEC76F2D``) to sign git release tags of bot
pHnZI/0y3ksMBkdbBw== pHnZI/0y3ksMBkdbBw==
=Mr6G =Mr6G
-----END PGP PUBLIC KEY BLOCK----- -----END PGP PUBLIC KEY BLOCK-----
About this site
---------------
This site is made with the hugo static site generator. I made the theme myself, feel free to grab a copy at
`git.jaseg.de <https://git.jaseg.de/blog.git/tree/themes/conspiracy?h=main>`__. The nifty auto-reflowing code embeds are
made with some CSS magic I made that you can find in `style.css
<https://git.jaseg.de/blog.git/tree/themes/conspiracy/assets/css/style.css?h=main&id=2fd22e30ce176d8d8a641fd371ad1623b082eaaf#n367>`__.
The body text is typeset in Roboto Slab, created by `Christian Robertson <https://christianrobertson.com/>`__ while
working at Google. The headlines are set in Nyght Serif, a font by `Maksym Kobuzan <https://linktr.ee/mkobuzan>`__.
Check out their other fonts, their work is beautiful! Source code is typeset in Fira Code, a derivate by ... from
Mozilla's `Fira Mono <https://github.com/mozilla/Fira>`__ font, designed by `Erik Spiekermann
<https://spiekermann.com/>`__, `Ralph du Carrois <https://carrois.com/>`__, `Anja Meiners
<https://anjameiners.com/de/hallo/>`__ and Botio Nikoltchev of Carrois Type Design, now succeeded by `bBoxType
<https://bboxtype.com/typefaces/FiraMono/#!layout=specimen>`__ , and Patryk Adamczyk of Mozilla.

View file

@ -20,10 +20,77 @@ html {
--default-border: 0.5px dotted rgba(255, 255, 255, 0.3); --default-border: 0.5px dotted rgba(255, 255, 255, 0.3);
} }
/*
@font-face { @font-face {
font-family: "Manuskript Gothisch"; font-family: "Manuskript Gothisch";
src: url("{{ (resources.Get "fonts/manuskript_gothisch/Manuskript Gothisch UNZ1A.ttf").RelPermalink }}"); src: url("{{ (resources.Get "fonts/manuskript_gothisch/Manuskript Gothisch UNZ1A.ttf").RelPermalink }}");
} }
*/
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Light.woff2").RelPermalink }}");
font-weight: 100;
}
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-LightItalic.woff2").RelPermalink }}");
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Regular.woff2").RelPermalink }}");
font-weight: 400;
}
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-RegularItalic.woff2").RelPermalink }}");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Medium.woff2").RelPermalink }}");
font-weight: 500;
}
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-MediumItalic.woff2").RelPermalink }}");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Bold.woff2").RelPermalink }}");
font-weight: 700;
}
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-BoldItalic.woff2").RelPermalink }}");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Dark.woff2").RelPermalink }}");
font-weight: 900;
}
@font-face {
font-family: "Nyght Serif";
src: url("{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-DarkItalic.woff2").RelPermalink }}");
font-weight: 900;
font-style: italic;
}
@font-face { @font-face {
font-family: "Roboto Slab"; font-family: "Roboto Slab";
@ -31,6 +98,7 @@ html {
font-weight: 100 200 300 400 500 600 700 800 900; font-weight: 100 200 300 400 500 600 700 800 900;
} }
/*
@font-face { @font-face {
font-family: "Bodoni Moda"; font-family: "Bodoni Moda";
src: url("{{ (resources.Get "fonts/bodoni_moda/static/BodoniModa_9pt/BodoniModa_9pt-MediumItalic.ttf").RelPermalink }}"); src: url("{{ (resources.Get "fonts/bodoni_moda/static/BodoniModa_9pt/BodoniModa_9pt-MediumItalic.ttf").RelPermalink }}");
@ -41,6 +109,7 @@ html {
font-family: "Bodoni Moda"; font-family: "Bodoni Moda";
src: url("{{ (resources.Get "fonts/bodoni_moda/static/BodoniModa_18pt/BodoniModa_18pt-Medium.ttf").RelPermalink }}"); src: url("{{ (resources.Get "fonts/bodoni_moda/static/BodoniModa_18pt/BodoniModa_18pt-Medium.ttf").RelPermalink }}");
} }
*/
@font-face { @font-face {
font-family: "Fira Code"; font-family: "Fira Code";
@ -70,7 +139,7 @@ body {
} }
strong { strong {
font-family: "Bodoni Moda"; font-family: "Nyght Serif";
font-style: italic; font-style: italic;
} }
@ -151,12 +220,23 @@ main > .intro {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
margin-top: 50px; margin-top: 50px;
margin-bottom: 8px; margin-bottom: 8px;
font-family: "Bodoni Moda"; font-family: "Nyght Serif";
text-align: left; text-align: left;
font-weight: 700;
} }
h1 { h1 {
font-family: "Bodoni Moda"; font-style: italic;
}
h2 {
font-size: 30px;
font-weight: 400;
}
h3 {
font-size: 20px;
font-weight: 700;
} }
body > header { body > header {
@ -176,7 +256,10 @@ body > header > h1 {
-webkit-background-clip: text; -webkit-background-clip: text;
color: transparent; color: transparent;
filter: drop-shadow(0 0 10px rgba(0, 0, 0, var(--shadow-opacity))); filter: drop-shadow(0 0 10px rgba(0, 0, 0, var(--shadow-opacity)));
font-size: 40px; font-size: 120px;
/* Padding to avoid the first character getting cut off in firefox */
padding-left: 40px;
padding-right: 40px;
} }
/* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */ /* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */

View file

@ -0,0 +1 @@
Copyright (c) 2023, Maksym Kobuzan <maxkobuzan@gmail.com>

View file

@ -0,0 +1,35 @@
ENG
Hi!
Thank you for your interest! I put a lot of my time and effort into my fonts.
And I would be very interested to see how you use the NYGHT SERIF and other my typefaces.
Tag me @mkobuzan or send it to maxkobuzan@gmail.com your Font In Use. I would even repost some of this to my Instagram.
Enjoy!
Glory to Ukraine,
Maksym.
UKR
Привіт!
Дякую за твоє зацікавлення! Я вкладаю багато часу та зусиль у свої шрифти.
І мені було б дуже цікаво подивитися, як ти використовуєш NYGHT SERIF і інші мої шрифти.
Познач мене @mkobuzan або надішли на maxkobuzan@gmail.com свій проєкт, в якому використано мій шрифт.
Щось із цього я б репостнув би собі в Instagram.
Насолоджуйся!
Слава Україні,
Максим.

View file

@ -0,0 +1,94 @@
Copyright (c) 2022, Maksym Kobuzan (maxkobuzan@gmail.com),
with Reserved Font Name NYGHT SERIF.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

View file

@ -0,0 +1,32 @@
# NYGHT SERIF v0.5
NYGHT SERIF (version 0.5) is a contemporary serif designed by Maksym Kobuzan (www.behance.net/mkobuzan).
## Description
NYGHT SERIF is a contemporary serif with a spicy character. Its contrasting forms combine smooth curves and sharp as a blade serifs and spurs. NYGHT SERIF also knows Extended Latin. It also knows Cyrillic. But only the Ukrainian alphabet. NYGHT SERIF is absolutely FREE for personal and commercial use. It also has an Open Font License (OFL). NYGHT SERIF will be published in progress. And there will be many updates.
## Current Version
FAMILY UPDATE 0.5
1. 6 new styles. Namely Regular, Medium, Bold. And also Italics, of course. Now it's a full-fledged Type Family! 💚
2. Added support for Bulgarian language. Namely, the letters of the Bulgarian Cyrillic alphabet!
3. Added some basic ligatures like ff tt ft.
4. Balanced the width of some Сapital Letters in Light weight. Some letters have become wider, for example P R B. And some letters have become, on the contrary, a little narrower.
5. And as usual, multiple minor changes in the curves. The curves are smoother and more uniform. Some bugs have also been fixed. 🤌
So you need to update all styles as well. And thanks for downloading and enjoying!
## Visuals
![specimen1](documentation/images/NyghtSerif01.jpg)
![specimen1](documentation/images/NyghtSerif02.jpg)
![specimen1](documentation/images/NyghtSerif11.jpg)
## License
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is available [here](http://www.tunera.xyz/licenses/sil-open-font-license-1.1/)
## Repository Layout
This font repository structure is inspired by [Unified Font Repository v0.3](https://github.com/unified-font-repository/Unified-Font-Repository).

View file

@ -0,0 +1 @@
NYGHT SERIF is a trademark of Maksym Kobuzan (2023).

View file

@ -1,5 +1,5 @@
<div class="card"> <div class="card">
{{- if .Title }}<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>{{- end }} {{- if .Title }}<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>{{- end }}
{{- if and .Date (not (isset (index .Ancestors 0).Params "hide_date")) }}<strong>{{ .Date.Format "2006-01-02" }}</strong>{{- end }} {{- if and .Date (not (isset (index .Ancestors 0).Params "hide_date")) }}<strong>{{ .Date.Format "2006-01-02" }}</strong>{{- end }}
<div class="summary"> <div class="summary">