Skip to content

Commit

Permalink
mamelon: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ainsworth committed Sep 24, 2024
1 parent 22e456e commit aaa34f5
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions pkgs/data/fonts/mamelon/default.nix
Original file line number Diff line number Diff line change
@@ -1,41 +1,3 @@
<<<<<<< HEAD
{
lib,
stdenvNoCC,
fetchzip,
}:

stdenvNoCC.mkDerivation {
pname = "Mamelon";
version = "1";

src = fetchzip {
url = "https://moji-waku.com/download/mamelon_hireg.zip";
hash = "sha256-ngnzxjWH8nagpDnSBHas0aVfGrOCjS5i6SS7loKi9E8=";
};

installPhase = ''
runHook preInstall
mkdir -p $out/share/fonts/opentype
mv *.otf $out/share/fonts/opentype
runHook postInstall
'';

meta = {
description = "Mamelon Hi-Regular";
longDescription = ''
マメロン Hi Regularは、デジタル時代の日常語と俗語の文章表現の視覚化と共有を目的とした書体です。令和2年の昨今、スマホやタブレット端末、PC環境では明朝体やゴシック体を用いることがもっぱら。そこに「丸形書体」という選択肢を導入することで、これまでアナログとデジタルの間で抜け落ちてしまっていた感情表現や、漢字が多いだけで苦痛と感じる状況に何かしらの変化が生まれることを期待しています。
'';
homepage = "https://moji-waku.com";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.all;
maintainers = [ ];
};
}
||||||| parent of 78ed81bc7be (mamelon: init at 1)
=======
{
lib,
stdenvNoCC,
Expand Down Expand Up @@ -71,4 +33,3 @@ stdenvNoCC.mkDerivation {
maintainers = [ "elias-ainsworth" ];
};
}
>>>>>>> 78ed81bc7be (mamelon: init at 1)

0 comments on commit aaa34f5

Please sign in to comment.