diff --git a/fonts.json b/fonts.json index f929661..a79d3e3 100644 --- a/fonts.json +++ b/fonts.json @@ -189,6 +189,12 @@ "author": "Steve Matteson", "year": 2007, "website": "https://fedorahosted.org/liberation-fonts/" +},{ + "alias": "luculent", + "name": "Luculent", + "author": "Andrew Kensler", + "year": 2008, + "website": "http://eastfarthing.com/luculent/" },{ "alias": "luxi", "name": "Luxi Mono", diff --git a/fonts/resources/luculent/luculent-bold-italic.woff b/fonts/resources/luculent/luculent-bold-italic.woff new file mode 100644 index 0000000..6c931ff Binary files /dev/null and b/fonts/resources/luculent/luculent-bold-italic.woff differ diff --git a/fonts/resources/luculent/luculent-bold.woff b/fonts/resources/luculent/luculent-bold.woff new file mode 100644 index 0000000..c34d6f2 Binary files /dev/null and b/fonts/resources/luculent/luculent-bold.woff differ diff --git a/fonts/resources/luculent/luculent-italic.woff b/fonts/resources/luculent/luculent-italic.woff new file mode 100644 index 0000000..e9d8f7a Binary files /dev/null and b/fonts/resources/luculent/luculent-italic.woff differ diff --git a/fonts/resources/luculent/luculent.woff b/fonts/resources/luculent/luculent.woff new file mode 100644 index 0000000..606c8cd Binary files /dev/null and b/fonts/resources/luculent/luculent.woff differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index c259eb4..f552d09 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -114,6 +114,11 @@ .font ( 'liberation', normal, italic, 'liberation/liberation-italic.woff' ); .font ( 'liberation', normal, normal, 'liberation/liberation.woff' ); +.font ( 'luculent', bold, italic, 'luculent/luculent-bold-italic.woff' ); +.font ( 'luculent', bold, normal, 'luculent/luculent-bold.woff' ); +.font ( 'luculent', normal, italic, 'luculent/luculent-italic.woff' ); +.font ( 'luculent', normal, normal, 'luculent/luculent.woff' ); + .font ( 'luxi', bold, italic, 'luxi/luxi-bold-italic.woff' ); .font ( 'luxi', bold, normal, 'luxi/luxi-bold.woff' ); .font ( 'luxi', normal, italic, 'luxi/luxi-italic.woff' ); diff --git a/fonts/stylesheets/functions.less b/fonts/stylesheets/functions.less index a6f4448..fc00127 100755 --- a/fonts/stylesheets/functions.less +++ b/fonts/stylesheets/functions.less @@ -50,8 +50,8 @@ } .font (@name, @weight, @style, @file) - when (@weight = 'bold') - and (@style = 'italic') { + when (@weight = bold) + and (@style = italic) { @font-path: '@{root-path}/@{file}'; diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index be43b74..4d0b3f3 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -1,3 +1,9 @@ +@font-face { + font-family: 'anka-coder'; + font-weight: bold; + font-style: italic; + src: url('../resources/anka-coder/anka-coder-bold-italic.ttf'); +} @font-face { font-family: 'anka-coder'; font-weight: bold; @@ -16,6 +22,12 @@ font-style: normal; src: url('../resources/anka-coder/anka-coder.ttf'); } +@font-face { + font-family: 'anonymous-pro'; + font-weight: bold; + font-style: italic; + src: url('../resources/anonymous-pro/anonymous-pro-bold-italic.ttf'); +} @font-face { font-family: 'anonymous-pro'; font-weight: bold; @@ -64,6 +76,12 @@ font-style: normal; src: url('../resources/average/average.woff'); } +@font-face { + font-family: 'bitstream-vera'; + font-weight: bold; + font-style: italic; + src: url('../resources/bitstream-vera/bitstream-vera-bold-italic.woff'); +} @font-face { font-family: 'bitstream-vera'; font-weight: bold; @@ -100,6 +118,12 @@ font-style: normal; src: url('../resources/bpmono/bpmono.woff'); } +@font-face { + font-family: 'camingocode'; + font-weight: bold; + font-style: italic; + src: url('../resources/camingocode/camingocode-bold-italic.woff'); +} @font-face { font-family: 'camingocode'; font-weight: bold; @@ -136,6 +160,12 @@ font-style: normal; src: url('../resources/consolamono/consolamono.ttf'); } +@font-face { + font-family: 'cousine'; + font-weight: bold; + font-style: italic; + src: url('../resources/cousine/cousine-bold-italic.woff'); +} @font-face { font-family: 'cousine'; font-weight: bold; @@ -166,6 +196,12 @@ font-style: normal; src: url('../resources/cutive/cutive.ttf'); } +@font-face { + font-family: 'dejavu'; + font-weight: bold; + font-style: italic; + src: url('../resources/dejavu/dejavu-bold-italic.woff'); +} @font-face { font-family: 'dejavu'; font-weight: bold; @@ -190,6 +226,12 @@ font-style: normal; src: url('../resources/droid-sans/droid-sans.woff'); } +@font-face { + font-family: 'effects-eighty'; + font-weight: bold; + font-style: italic; + src: url('../resources/effects-eighty/effects-eighty-bold-italic.otf'); +} @font-face { font-family: 'effects-eighty'; font-weight: bold; @@ -208,6 +250,12 @@ font-style: normal; src: url('../resources/effects-eighty/effects-eighty.otf'); } +@font-face { + font-family: 'fantasque-sans'; + font-weight: bold; + font-style: italic; + src: url('../resources/fantasque-sans/fantasque-sans-bold-italic.woff'); +} @font-face { font-family: 'fantasque-sans'; font-weight: bold; @@ -274,6 +322,12 @@ font-style: normal; src: url('../resources/generic/generic.otf'); } +@font-face { + font-family: 'gnu-freefont'; + font-weight: bold; + font-style: italic; + src: url('../resources/gnu-freefont/gnu-freefont-bold-italic.woff'); +} @font-face { font-family: 'gnu-freefont'; font-weight: bold; @@ -292,6 +346,12 @@ font-style: normal; src: url('../resources/gnu-freefont/gnu-freefont.woff'); } +@font-face { + font-family: 'hack'; + font-weight: bold; + font-style: italic; + src: url('../resources/hack/hack-bold-italic.woff'); +} @font-face { font-family: 'hack'; font-weight: bold; @@ -310,6 +370,12 @@ font-style: normal; src: url('../resources/hack/hack.woff'); } +@font-face { + font-family: 'hasklig'; + font-weight: bold; + font-style: italic; + src: url('../resources/hasklig/hasklig-bold-italic.otf'); +} @font-face { font-family: 'hasklig'; font-weight: bold; @@ -358,6 +424,12 @@ font-style: normal; src: url('../resources/iosevka/iosevka-bold.ttf'); } +@font-face { + font-family: 'iosevka'; + font-weight: bold; + font-style: italic; + src: url('../resources/iosevka/iosevka-bold-italic.ttf'); +} @font-face { font-family: 'inconsolata'; font-weight: normal; @@ -400,6 +472,12 @@ font-style: normal; src: url('../resources/lekton/lekton.ttf'); } +@font-face { + font-family: 'liberation'; + font-weight: bold; + font-style: italic; + src: url('../resources/liberation/liberation-bold-italic.woff'); +} @font-face { font-family: 'liberation'; font-weight: bold; @@ -418,6 +496,36 @@ font-style: normal; src: url('../resources/liberation/liberation.woff'); } +@font-face { + font-family: 'luculent'; + font-weight: bold; + font-style: italic; + src: url('../resources/luculent/luculent-bold-italic.woff'); +} +@font-face { + font-family: 'luculent'; + font-weight: bold; + font-style: normal; + src: url('../resources/luculent/luculent-bold.woff'); +} +@font-face { + font-family: 'luculent'; + font-weight: normal; + font-style: italic; + src: url('../resources/luculent/luculent-italic.woff'); +} +@font-face { + font-family: 'luculent'; + font-weight: normal; + font-style: normal; + src: url('../resources/luculent/luculent.woff'); +} +@font-face { + font-family: 'luxi'; + font-weight: bold; + font-style: italic; + src: url('../resources/luxi/luxi-bold-italic.woff'); +} @font-face { font-family: 'luxi'; font-weight: bold; @@ -436,6 +544,12 @@ font-style: normal; src: url('../resources/luxi/luxi.woff'); } +@font-face { + font-family: 'meslo'; + font-weight: bold; + font-style: italic; + src: url('../resources/meslo/meslo-bold-italic.woff'); +} @font-face { font-family: 'meslo'; font-weight: bold; @@ -466,6 +580,12 @@ font-style: normal; src: url('../resources/monofur/monofur.woff'); } +@font-face { + font-family: 'mononoki'; + font-weight: bold; + font-style: italic; + src: url('../resources/mononoki/mononoki-bold-italic.woff'); +} @font-face { font-family: 'mononoki'; font-weight: bold; @@ -538,6 +658,12 @@ font-style: normal; src: url('../resources/nova/nova.ttf'); } +@font-face { + font-family: 'office-code-pro'; + font-weight: bold; + font-style: italic; + src: url('../resources/office-code-pro/office-code-pro-bold-italic.woff'); +} @font-face { font-family: 'office-code-pro'; font-weight: bold; @@ -592,6 +718,12 @@ font-style: normal; src: url('../resources/quinze/quinze.ttf'); } +@font-face { + font-family: 'roboto'; + font-weight: bold; + font-style: italic; + src: url('../resources/roboto/roboto-bold-italic.woff'); +} @font-face { font-family: 'roboto'; font-weight: bold; @@ -640,12 +772,24 @@ font-style: normal; src: url('../resources/source-code-pro/source-code-pro.woff'); } +@font-face { + font-family: 'source-code-pro'; + font-weight: bold; + font-style: italic; + src: url('../resources/source-code-pro/source-code-pro-bold-italic.woff'); +} @font-face { font-family: 'source-code-pro'; font-weight: normal; font-style: italic; src: url('../resources/source-code-pro/source-code-pro-italic.woff'); } +@font-face { + font-family: 'sudo'; + font-weight: bold; + font-style: italic; + src: url('../resources/sudo/sudo-bold-italic.ttf'); +} @font-face { font-family: 'sudo'; font-weight: bold; @@ -664,6 +808,12 @@ font-style: normal; src: url('../resources/sudo/sudo.ttf'); } +@font-face { + font-family: 'tex-gyre-cursor'; + font-weight: bold; + font-style: italic; + src: url('../resources/tex-gyre-cursor/tex-gyre-cursor-bold-italic.woff'); +} @font-face { font-family: 'tex-gyre-cursor'; font-weight: bold; @@ -682,6 +832,12 @@ font-style: normal; src: url('../resources/tex-gyre-cursor/tex-gyre-cursor.woff'); } +@font-face { + font-family: 'ubuntu'; + font-weight: bold; + font-style: italic; + src: url('../resources/ubuntu/ubuntu-bold-italic.ttf'); +} @font-face { font-family: 'ubuntu'; font-weight: bold;