From cd6bd42281525e469b66ebb17749eb7ec087d2cd Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 23 Nov 2023 11:20:06 -0400 Subject: [PATCH] added logo --- css/base/fonts.css | 58 ++++++++++++++++++++++++++++++++++++++ images/UPEI_Logo_white.svg | 44 +++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 images/UPEI_Logo_white.svg diff --git a/css/base/fonts.css b/css/base/fonts.css index 86c3624..9bcfb2b 100644 --- a/css/base/fonts.css +++ b/css/base/fonts.css @@ -10,6 +10,64 @@ * 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'), + url('../../fonts/SourceSans3-Bold.woff') format('woff'); + font-weight: bold; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Source Sans 3'; + src: url('../../fonts/SourceSans3-Regular.woff2') format('woff2'), + url('../../fonts/SourceSans3-Regular.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Source Sans 3'; + src: url('../../fonts/SourceSans3-Italic.woff2') format('woff2'), + url('../../fonts/SourceSans3-Italic.woff') format('woff'); + font-weight: normal; + font-style: italic; + font-display: swap; +} + +/* + *old stuff + */ + @font-face { font-family: metropolis; src: url("../../fonts/metropolis/Metropolis-Regular.woff2") format("woff2"); diff --git a/images/UPEI_Logo_white.svg b/images/UPEI_Logo_white.svg new file mode 100644 index 0000000..5b0fb4e --- /dev/null +++ b/images/UPEI_Logo_white.svg @@ -0,0 +1,44 @@ + + + + UPEI_Logo_white + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file