From 9348f271ee409f27b5acbe3f13d7869b618d773a Mon Sep 17 00:00:00 2001 From: samaradel Date: Wed, 12 Oct 2022 14:42:28 +0200 Subject: [PATCH] add lato --- css/index.css | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/css/index.css b/css/index.css index 7716e9a..3b9086c 100644 --- a/css/index.css +++ b/css/index.css @@ -7,45 +7,15 @@ @import "tailwindcss/components"; @import "admonition.css"; @import "tailwindcss/utilities"; + +@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@400;700&display=swap'); /* Custom CSS for header partial */ .backdrop-blur { -webkit-backdrop-filter: blur(40px); } -@font-face { - font-family: "CercoDEMO"; - font-weight: 500; - src: url("https://www2.freeflow.life/fonts/CercoDEMO-Medium.otf") format("opentype"); - src: url("../fonts/CercoDEMO-Medium.otf") format("opentype"); -} - -@font-face { - font-family: "CercoDEMO"; - font-weight: 600; - src: url("https://www2.freeflow.life/fonts/CercoDEMO-Bold.otf") format("opentype"); - src: url("../fonts/CercoDEMO-Bold.otf") format("opentype"); -} - -@font-face { - font-family: "CercoDEMO"; - font-weight: 400; - src: url("https://www2.freeflow.life/fonts/CercoDEMO-Light.otf") format("opentype"); - src: url("../fonts/CercoDEMO-Light.otf") format("opentype"); -} - -@font-face { - font-family: "BebasNeue"; - font-weight: 600; - src: url("https://www2.freeflow.life/fonts/BebasNeue-Bold.ttf") format("opentype"); - src: url("../fonts/BebasNeue-Bold.ttf") format("opentype"); -} - * { - font-family: "CercoDEMO", sans-serif; -} - -a { - font-family: "CercoDEMO", sans-serif; + font-family: 'Lato', sans-serif; } .bg-semi-white {