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