From e1e217705855f0106e6f97e2caadec71501673f5 Mon Sep 17 00:00:00 2001 From: simurai Date: Tue, 1 Sep 2015 14:26:05 +0900 Subject: [PATCH] Use San Francisco font on El Capitan Beta `SF UI Text` only works for the downloaded version of the San Francisco font. `.SFNSText-Regular` adds support for the bundled version that ships in El Capitan Beta --- static/variables/ui-variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/variables/ui-variables.less b/static/variables/ui-variables.less index aa33d0e06..781bac4de 100644 --- a/static/variables/ui-variables.less +++ b/static/variables/ui-variables.less @@ -82,4 +82,4 @@ // Other -@font-family: 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif; +@font-family: '.SFNSText-Regular', 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;