From c70b5eeda8811bd46a58f429748b42210e134736 Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 13 Aug 2025 12:48:50 -0300 Subject: [PATCH] fixed fonts --- css/base/fonts.css | 50 ------------------------------- css/components/islandora_mods.css | 15 ++++++++++ templates/includes/preload.twig | 13 ++------ 3 files changed, 18 insertions(+), 60 deletions(-) diff --git a/css/base/fonts.css b/css/base/fonts.css index ed680bd..7e7f87c 100755 --- a/css/base/fonts.css +++ b/css/base/fonts.css @@ -10,33 +10,6 @@ * Base Fonts. */ -@font-face { - font-family: 'Libre Bodoni'; - src: url('../../fonts/LibreBodoni-Bold.woff2') format('woff2'), - url('../../fonts/LibreBodoni-Bold.woff') format('woff'); - font-weight: bold; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: 'Libre Bodoni'; - src: url('../../fonts/LibreBodoni-Italic.woff2') format('woff2'), - url('../../fonts/LibreBodoni-Italic.woff') format('woff'); - font-weight: normal; - font-style: italic; - font-display: swap; -} - -@font-face { - font-family: 'Libre Bodoni'; - src: url('../../fonts/LibreBodoni-Regular.woff2') format('woff2'), - url('../../fonts/LibreBodoni-Regular.woff') format('woff'); - font-weight: normal; - font-style: normal; - font-display: swap; -} - @font-face { font-family: 'Source Sans 3'; src: url('../../fonts/SourceSans3-Bold.woff2') format('woff2'), @@ -68,29 +41,6 @@ *old stuff */ -@font-face { - font-family: metropolis; - src: url("../../fonts/metropolis/Metropolis-Regular.woff2") format("woff2"); - font-weight: normal; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: metropolis; - src: url("../../fonts/metropolis/Metropolis-Bold.woff2") format("woff2"); - font-weight: 700; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: metropolis; - src: url("../../fonts/metropolis/Metropolis-SemiBold.woff2") format("woff2"); - font-weight: 600; - font-style: normal; - font-display: swap; -} /* lora-regular - latin */ diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 69ec985..afaac82 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -27,6 +27,21 @@ /* padding: 10px; */ text-decoration: none; } +.search-result__metadata { + ul { + list-style-type: none; + margin:.5em; + } + .label { + font-weight:bold; + } + .label::after { + content: " "; + } + span.abstract p { + display: inline; + } +} .node--type-islandora-object { .field--label-inline { margin: 0; diff --git a/templates/includes/preload.twig b/templates/includes/preload.twig index 40049e3..0ae5762 100755 --- a/templates/includes/preload.twig +++ b/templates/includes/preload.twig @@ -7,14 +7,7 @@ * - olivessdu_path: Returns the path to the Olivessdu theme. */ #} - - - - -{##} -{##} -{##} -{##} -{##} -{##} + + +