瀏覽代碼

fix: Font family styling stripped during merge

Owen Diffey 2 年之前
父節點
當前提交
0ccacc6985
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/src/App.vue

+ 1 - 0
frontend/src/App.vue

@@ -568,6 +568,7 @@ body {
 	color: var(--dark-grey);
 	line-height: 1.4285714;
 	font-size: 1rem;
+	font-family: Nunito, Arial, sans-serif;
 	height: 100%;
 	max-width: 100%;
 	overflow-y: auto !important;