From bc83a79ac6f9cc185b5658f18b3bdc9875b462e5 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 31 Jan 2019 11:43:06 +0100 Subject: [PATCH] support cyrillic nunito --- res/themes/dharma/css/_fonts.scss | 32 ++++++++++--------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/res/themes/dharma/css/_fonts.scss b/res/themes/dharma/css/_fonts.scss index 93fa9afbfa..03da10e84c 100644 --- a/res/themes/dharma/css/_fonts.scss +++ b/res/themes/dharma/css/_fonts.scss @@ -1,47 +1,35 @@ /* * Nunito. * Includes extended Latin and Vietnamese character sets - * Current URLs are v9, derived from the contents of + * Current URLs are taken from + * https://github.com/alexeiva/NunitoFont/releases/tag/v3.500 + * ...in order to include cyrillic. + * + * Previously, they were * https://fonts.googleapis.com/css?family=Nunito:400,400i,600,600i,700,700i&subset=latin-ext,vietnamese + * + * Nunito's italic isn't very italic so we currently fudge italic by shearing in CSS. */ /* the 'src' links are relative to the bundle.css, which is in a subdirectory. */ -@font-face { - font-family: 'Nunito'; - font-style: italic; - font-weight: 400; - src: url('$(res)/fonts/Nunito/XRXX3I6Li01BKofIMNaDRss.ttf') format('truetype'); -} -@font-face { - font-family: 'Nunito'; - font-style: italic; - font-weight: 600; - src: url('$(res)/fonts/Nunito/XRXQ3I6Li01BKofIMN5cYtvKUTo.ttf') format('truetype'); -} -@font-face { - font-family: 'Nunito'; - font-style: italic; - font-weight: 700; - src: url('$(res)/fonts/Nunito/XRXQ3I6Li01BKofIMN44Y9vKUTo.ttf') format('truetype'); -} @font-face { font-family: 'Nunito'; font-style: normal; font-weight: 400; - src: url('$(res)/fonts/Nunito/XRXV3I6Li01BKofINeaE.ttf') format('truetype'); + src: url('$(res)/fonts/Nunito/Nunito-Regular.ttf') format('truetype'); } @font-face { font-family: 'Nunito'; font-style: normal; font-weight: 600; - src: url('$(res)/fonts/Nunito/XRXW3I6Li01BKofA6sKUYevN.ttf') format('truetype'); + src: url('$(res)/fonts/Nunito/Nunito-SemiBold.ttf') format('truetype'); } @font-face { font-family: 'Nunito'; font-style: normal; font-weight: 700; - src: url('$(res)/fonts/Nunito/XRXW3I6Li01BKofAjsOUYevN.ttf') format('truetype'); + src: url('$(res)/fonts/Nunito/Nunito-Bold.ttf') format('truetype'); } /*