diff options
| author | 2025-01-12 22:46:40 +0100 | |
|---|---|---|
| committer | 2025-01-12 22:46:40 +0100 | |
| commit | 466b955165976674ccfa4c37d7bf568dd42cb0be (patch) | |
| tree | 38bc5564634c6e7b4084edbe844927835c0cc8f3 | |
| parent | a8ef1c3c10f95f98c4a8425f18224a0cbf31f118 (diff) | |
Remove local reference to fonts/OpenSans (#7215)
| -rw-r--r-- | p/themes/base-theme/frss.css | 3 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 0cf6df1e4..4d7ec58a3 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -48,8 +48,7 @@ font-family: 'OpenSans'; font-style: normal; font-weight: 400; - src: local('Open Sans'), local('OpenSans'), - url('../fonts/OpenSans.woff2') format('woff2'), + src: url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'); } diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index cf08ac5e5..acb63a7e8 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -48,8 +48,7 @@ font-family: 'OpenSans'; font-style: normal; font-weight: 400; - src: local('Open Sans'), local('OpenSans'), - url('../fonts/OpenSans.woff2') format('woff2'), + src: url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'); } |
