|
25 | 25 | gtag('config', 'G-B11RSRZLRJ', config) |
26 | 26 | </script> |
27 | 27 |
|
28 | | - <link rel="icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-09-11/styles/icon.png" type="image/png"> |
29 | | - <link rel="icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-09-11/styles/icon.svg" type="image/svg+xml"> |
30 | | - <link rel="apple-touch-icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-09-11/styles/icon.png"> |
| 28 | + <link rel="icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-12-19/styles/icon.png" type="image/png"> |
| 29 | + <link rel="icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-12-19/styles/icon.svg" type="image/svg+xml"> |
| 30 | + <link rel="apple-touch-icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-12-19/styles/icon.png"> |
31 | 31 |
|
32 | 32 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
33 | 33 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""> |
34 | | - <%= stylesheet_link_tag "https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;700&display=swap" %> |
35 | | - <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" |
36 | | - integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous"> |
37 | | - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> |
38 | | - <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-09-11/styles/sul.css"> |
| 34 | + <style> |
| 35 | + @layer framework, components; |
| 36 | + @import url(https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css) layer(framework); |
| 37 | + @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css") layer(framework); |
| 38 | + @import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;700&display=swap") layer(framework); |
| 39 | + @import url("https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-12-19/styles/sul.css") layer(components); |
| 40 | + </style> |
39 | 41 | <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> |
40 | 42 | <%= javascript_importmap_tags %> |
41 | 43 | <%= csrf_meta_tags %> |
|
0 commit comments