diff --git a/README.md b/README.md deleted file mode 100644 index 6cbbad8..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# k-pub - diff --git a/karaokedocu.jpg b/assets/karaokedocu.jpg similarity index 100% rename from karaokedocu.jpg rename to assets/karaokedocu.jpg diff --git a/font/.ipynb_checkpoints/font-checkpoint.css b/font/.ipynb_checkpoints/font-checkpoint.css new file mode 100644 index 0000000..d8518f9 --- /dev/null +++ b/font/.ipynb_checkpoints/font-checkpoint.css @@ -0,0 +1,20 @@ +@font-face { + font-family: "Grotezk"; + src: url("ApfelGrotezk-Regular.woff") format('woff'); +} +@font-face { + font-family: "Bluu"; + src: url("bluunext.woff") format('woff'); + font-weight:regular; +} +@font-face { + font-family: "Bluu"; + src: url("bluunext-bold-webfont.woff") format('woff'); + font-weight:bold; +} +@font-face { + font-family: "Bluu"; + src: url("bluunext-bolditalic-webfont.woff") format('woff'); + font-weight:bold-italic; + font-style:italic; +} \ No newline at end of file diff --git a/ApfelGrotezk-Regular.woff b/font/ApfelGrotezk-Regular.woff similarity index 100% rename from ApfelGrotezk-Regular.woff rename to font/ApfelGrotezk-Regular.woff diff --git a/ApfelGrotezk-Regular.woff2 b/font/ApfelGrotezk-Regular.woff2 similarity index 100% rename from ApfelGrotezk-Regular.woff2 rename to font/ApfelGrotezk-Regular.woff2 diff --git a/font/bluunext-bold-webfont.woff b/font/bluunext-bold-webfont.woff new file mode 100644 index 0000000..3d25c4f Binary files /dev/null and b/font/bluunext-bold-webfont.woff differ diff --git a/font/bluunext-bolditalic-webfont.woff b/font/bluunext-bolditalic-webfont.woff new file mode 100644 index 0000000..4eb41ac Binary files /dev/null and b/font/bluunext-bolditalic-webfont.woff differ diff --git a/font/bluunext.woff b/font/bluunext.woff new file mode 100644 index 0000000..04babb4 Binary files /dev/null and b/font/bluunext.woff differ diff --git a/font/font.css b/font/font.css new file mode 100644 index 0000000..d8518f9 --- /dev/null +++ b/font/font.css @@ -0,0 +1,20 @@ +@font-face { + font-family: "Grotezk"; + src: url("ApfelGrotezk-Regular.woff") format('woff'); +} +@font-face { + font-family: "Bluu"; + src: url("bluunext.woff") format('woff'); + font-weight:regular; +} +@font-face { + font-family: "Bluu"; + src: url("bluunext-bold-webfont.woff") format('woff'); + font-weight:bold; +} +@font-face { + font-family: "Bluu"; + src: url("bluunext-bolditalic-webfont.woff") format('woff'); + font-weight:bold-italic; + font-style:italic; +} \ No newline at end of file