diff --git a/fonts.json b/fonts.json index d58df9f..2a84577 100644 --- a/fonts.json +++ b/fonts.json @@ -291,6 +291,15 @@ "ligatures" : false, "style" : "serif", "rendering" : "vector" +},{ + "alias" : "league", + "name" : "League Mono", + "author" : "Tyler Fink", + "year" : 2017, + "website" : "http://leaguemono.tylerfinck.com", + "ligatures" : false, + "style" : "sans", + "rendering" : "vector" },{ "alias" : "lekton", "name" : "Lekton", diff --git a/fonts/resources/league/league-bold.woff b/fonts/resources/league/league-bold.woff new file mode 100644 index 0000000..021bfa2 Binary files /dev/null and b/fonts/resources/league/league-bold.woff differ diff --git a/fonts/resources/league/league.woff b/fonts/resources/league/league.woff new file mode 100644 index 0000000..f86ea5c Binary files /dev/null and b/fonts/resources/league/league.woff differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index c31e0ba..274b4e5 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -112,6 +112,9 @@ .font ( 'latin-modern', normal, italic, 'latin-modern/latin-modern-italic.woff' ); .font ( 'latin-modern', normal, normal, 'latin-modern/latin-modern.woff' ); +.font ( 'league', bold, normal, 'league/league-bold.woff' ); +.font ( 'league', normal, normal, 'league/league.woff' ); + .font ( 'lekton', bold, normal, 'lekton/lekton-bold.ttf' ); .font ( 'lekton', normal, italic, 'lekton/lekton-italic.ttf' ); .font ( 'lekton', normal, normal, 'lekton/lekton.ttf' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index 3057de8..16152f5 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -484,6 +484,18 @@ font-style: normal; src: url('../resources/latin-modern/latin-modern.woff'); } +@font-face { + font-family: 'league'; + font-weight: bold; + font-style: normal; + src: url('../resources/league/league-bold.woff'); +} +@font-face { + font-family: 'league'; + font-weight: normal; + font-style: normal; + src: url('../resources/league/league.woff'); +} @font-face { font-family: 'lekton'; font-weight: bold; @@ -736,6 +748,12 @@ font-style: normal; src: url('../resources/oxygen/oxygen.otf'); } +@font-face { + font-family: 'press-start-2p'; + font-weight: normal; + font-style: normal; + src: url('../resources/press-start-2p/press-start-2p.ttf'); +} @font-face { font-family: 'profont'; font-weight: normal; @@ -748,12 +766,6 @@ font-style: normal; src: url('../resources/proggy-clean/proggy-clean.woff'); } -@font-face { - font-family: 'press-start-2p'; - font-weight: normal; - font-style: normal; - src: url('../resources/press-start-2p/press-start-2p.ttf'); -} @font-face { font-family: 'pt'; font-weight: normal;