From 9ae144c0233521f82ba8d8b81425fa0ea6c1a941 Mon Sep 17 00:00:00 2001 From: kailasnadh790 <53608019+kailasnadh790@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:55:22 -0500 Subject: [PATCH] font update --- cigaradvisor/styles/fonts.css | 23 +++++++++++++++++++++++ cigaradvisor/styles/lazy-styles.css | 3 ++- head.html | 3 +-- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/cigaradvisor/styles/fonts.css b/cigaradvisor/styles/fonts.css index 53b3d4f7..6388f0d9 100644 --- a/cigaradvisor/styles/fonts.css +++ b/cigaradvisor/styles/fonts.css @@ -1 +1,24 @@ /* Add font definitions here. */ + + /* fallback font for Alfa Slab One (normal - 400) */ + @font-face { + font-family: "alfa-slab-one-normal-400-fallback"; + size-adjust: 89.069%; + src: local("Courier New"); + } + + /* fallback font for Montserrat (normal - 400) */ + @font-face { + font-family: "montserrat-normal-400-fallback"; + size-adjust: 97.069%; + src: local("Verdana"); + } + + /* fallback font for Open Sans (normal - 400) */ + @font-face { + font-family: "open-sans-normal-400-fallback"; + size-adjust: 78.069%; + src: local("Courier New"); + } + + \ No newline at end of file diff --git a/cigaradvisor/styles/lazy-styles.css b/cigaradvisor/styles/lazy-styles.css index 3cb30e9c..b3c29d17 100644 --- a/cigaradvisor/styles/lazy-styles.css +++ b/cigaradvisor/styles/lazy-styles.css @@ -1 +1,2 @@ -/* add global styles that can be loaded post LCP here */ \ No newline at end of file +/* add global styles that can be loaded post LCP here */ +@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One%7CMontserrat%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7COpen+Sans%3A400%2C600%2C700&ver=5.5.1'); \ No newline at end of file diff --git a/head.html b/head.html index 56181a65..1cf3826c 100644 --- a/head.html +++ b/head.html @@ -1,5 +1,4 @@ - - \ No newline at end of file + \ No newline at end of file