From 5ec2d5bc3ab778104f1372a37f5ab96c89a6b0b1 Mon Sep 17 00:00:00 2001 From: "Eliezer.Golding" Date: Thu, 3 Oct 2019 14:54:17 -0400 Subject: [PATCH] fix invalid variable reference --- projects/go-style-guide/src/app/app.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/go-style-guide/src/app/app.component.scss b/projects/go-style-guide/src/app/app.component.scss index 978d3308d..a0f2788a0 100644 --- a/projects/go-style-guide/src/app/app.component.scss +++ b/projects/go-style-guide/src/app/app.component.scss @@ -10,7 +10,7 @@ a { body { background: $theme-light-app-bg; color: $theme-light-color; - font-family: $base-font-stack; + font-family: $primary-font-stack; font-weight: 300; }