From 7af52f713ea2cd49c26bdeaf64a577f2e420a221 Mon Sep 17 00:00:00 2001 From: yingfeng Date: Tue, 4 Jun 2024 11:42:37 -0400 Subject: [PATCH] AMP-3168: - re-oder style sheets import so AMP one is last - this is attempt to fix the font difference in Tst and Prd --- public/css/style.css | 2 +- public/index.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 0aca65d4..9550a3f9 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,5 +1,5 @@ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"); -@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"); + .bold { font-weight: bold; } diff --git a/public/index.html b/public/index.html index e4e4e168..58ea97b2 100644 --- a/public/index.html +++ b/public/index.html @@ -6,12 +6,14 @@ + + + + - - AMP