From 1e09d6aac2ba90d9e4b5d4a408d1b628fe36fe2b Mon Sep 17 00:00:00 2001 From: Matthew Brabham Date: Fri, 6 Sep 2024 17:01:18 -0700 Subject: [PATCH] Update CSS URL in madrone.libraries.yml Update the URL for OregonStateBrandIcons stylesheet in the library configuration file. This ensures the theme is loading the correct and updated external CSS resource. --- madrone.libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/madrone.libraries.yml b/madrone.libraries.yml index 7061214..69c0685 100644 --- a/madrone.libraries.yml +++ b/madrone.libraries.yml @@ -22,4 +22,4 @@ fonts: css: theme: '//fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700': { type: external } - '//cdn.icomoon.io/155267/OregonStateBrandIcons/style-cf.css?8rsof6': { type: external, minified: false } + '//cdn.icomoon.io/155267/OregonStateBrandIcons/style-cf.css?6642o2': { type: external, minified: false }