I would like to change the default font of canvas on my website.
In a page i changed the default link to following link. but font-family in browser developer console still shows Inter, sans-serif
Default link: <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital@0;1&display=swap" rel="stylesheet">
changed to : <link href="https://fonts.googleapis.com/css?family=DM+Sans|Lato:300,400,400i,700|Poppins:300,400,500,600,700|PT+Serif:400,400i&display=swap" rel="stylesheet" type="text/css" />
