diff --git a/style/fonts.css b/style/fonts.css index befce0b..6021231 100644 --- a/style/fonts.css +++ b/style/fonts.css @@ -26,9 +26,28 @@ } @font-face { - font-family: 'raleway-light'; - src: url('/style/fonts/raleway/raleway-light.woff2') format('woff2'), - url('/style/fonts/raleway/raleway-light.woff') format('woff'); + font-family: 'oxygen'; + src: url('/style/fonts/oxygen/oxygen-regular.woff2') format('woff2'), + url('/style/fonts/oxygen/oxygen-regular.woff') format('woff'), + url('/style/fonts/oxygen/oxygen-regular.ttf') formar('truetype'); font-weight: normal; font-style: normal; } + +@font-face { + font-family: 'oxygen'; + src: url('/style/fonts/oxygen/oxygen-bold.woff2') format('woff2'), + url('/style/fonts/oxygen/oxygen-bold.woff') format('woff'), + url('/style/fonts/oxygen/oxygen-bold.ttf') formar('truetype'); + font-weight: 700; + font-style: normal; +} + +@font-face { + font-family: 'oxygen'; + src: url('/style/fonts/oxygen/oxygen-light.woff2') format('woff2'), + url('/style/fonts/oxygen/oxygen-light.woff') format('woff'), + url('/style/fonts/oxygen/oxygen-light.ttf') formar('truetype'); + font-weight: 300; + font-style: normal; +} \ No newline at end of file diff --git a/style/fonts/raleway/OFL.txt b/style/fonts/oxygen/OFL.txt similarity index 95% rename from style/fonts/raleway/OFL.txt rename to style/fonts/oxygen/OFL.txt index a6b73db..cd165cc 100644 --- a/style/fonts/raleway/OFL.txt +++ b/style/fonts/oxygen/OFL.txt @@ -1,4 +1,4 @@ -Copyright 2010 The Raleway Project Authors (impallari@gmail.com), with Reserved Font Name "Raleway". +Copyright (c) 2012, vernon adams (vern@newtypography.co.uk), with Reserved Font Names 'Oxygen' This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/style/fonts/oxygen/oxygen-bold.ttf b/style/fonts/oxygen/oxygen-bold.ttf new file mode 100644 index 0000000..feca433 Binary files /dev/null and b/style/fonts/oxygen/oxygen-bold.ttf differ diff --git a/style/fonts/oxygen/oxygen-bold.woff b/style/fonts/oxygen/oxygen-bold.woff new file mode 100644 index 0000000..2d07837 Binary files /dev/null and b/style/fonts/oxygen/oxygen-bold.woff differ diff --git a/style/fonts/oxygen/oxygen-bold.woff2 b/style/fonts/oxygen/oxygen-bold.woff2 new file mode 100644 index 0000000..7523ccb Binary files /dev/null and b/style/fonts/oxygen/oxygen-bold.woff2 differ diff --git a/style/fonts/oxygen/oxygen-light.ttf b/style/fonts/oxygen/oxygen-light.ttf new file mode 100644 index 0000000..13524b5 Binary files /dev/null and b/style/fonts/oxygen/oxygen-light.ttf differ diff --git a/style/fonts/oxygen/oxygen-light.woff b/style/fonts/oxygen/oxygen-light.woff new file mode 100644 index 0000000..7b98548 Binary files /dev/null and b/style/fonts/oxygen/oxygen-light.woff differ diff --git a/style/fonts/oxygen/oxygen-light.woff2 b/style/fonts/oxygen/oxygen-light.woff2 new file mode 100644 index 0000000..01161fc Binary files /dev/null and b/style/fonts/oxygen/oxygen-light.woff2 differ diff --git a/style/fonts/oxygen/oxygen-regular.ttf b/style/fonts/oxygen/oxygen-regular.ttf new file mode 100644 index 0000000..d03f43a Binary files /dev/null and b/style/fonts/oxygen/oxygen-regular.ttf differ diff --git a/style/fonts/oxygen/oxygen-regular.woff b/style/fonts/oxygen/oxygen-regular.woff new file mode 100644 index 0000000..66f32e9 Binary files /dev/null and b/style/fonts/oxygen/oxygen-regular.woff differ diff --git a/style/fonts/oxygen/oxygen-regular.woff2 b/style/fonts/oxygen/oxygen-regular.woff2 new file mode 100644 index 0000000..963d682 Binary files /dev/null and b/style/fonts/oxygen/oxygen-regular.woff2 differ diff --git a/style/fonts/raleway/README.txt b/style/fonts/raleway/README.txt deleted file mode 100644 index 91c5afa..0000000 --- a/style/fonts/raleway/README.txt +++ /dev/null @@ -1,81 +0,0 @@ -Raleway Variable Font -===================== - -This download contains Raleway as both variable fonts and static fonts. - -Raleway is a variable font with this axis: - wght - -This means all the styles are contained in these files: - Raleway-VariableFont_wght.ttf - Raleway-Italic-VariableFont_wght.ttf - -If your app fully supports variable fonts, you can now pick intermediate styles -that aren’t available as static fonts. Not all apps support variable fonts, and -in those cases you can use the static font files for Raleway: - static/Raleway-Thin.ttf - static/Raleway-ExtraLight.ttf - static/Raleway-Light.ttf - static/Raleway-Regular.ttf - static/Raleway-Medium.ttf - static/Raleway-SemiBold.ttf - static/Raleway-Bold.ttf - static/Raleway-ExtraBold.ttf - static/Raleway-Black.ttf - static/Raleway-ThinItalic.ttf - static/Raleway-ExtraLightItalic.ttf - static/Raleway-LightItalic.ttf - static/Raleway-Italic.ttf - static/Raleway-MediumItalic.ttf - static/Raleway-SemiBoldItalic.ttf - static/Raleway-BoldItalic.ttf - static/Raleway-ExtraBoldItalic.ttf - static/Raleway-BlackItalic.ttf - -Get started ------------ - -1. Install the font files you want to use - -2. Use your app's font picker to view the font family and all the -available styles - -Learn more about variable fonts -------------------------------- - - https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts - https://variablefonts.typenetwork.com - https://medium.com/variable-fonts - -In desktop apps - - https://theblog.adobe.com/can-variable-fonts-illustrator-cc - https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts - -Online - - https://developers.google.com/fonts/docs/getting_started - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide - https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts - -Installing fonts - - MacOS: https://support.apple.com/en-us/HT201749 - Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux - Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows - -Android Apps - - https://developers.google.com/fonts/docs/android - https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts - -License -------- -Please read the full license text (OFL.txt) to understand the permissions, -restrictions and requirements for usage, redistribution, and modification. - -You can use them in your products & projects – print or digital, -commercial or otherwise. - -This isn't legal advice, please consider consulting a lawyer and see the full -license for all details. diff --git a/style/fonts/raleway/Raleway-Italic-VariableFont_wght.ttf b/style/fonts/raleway/Raleway-Italic-VariableFont_wght.ttf deleted file mode 100644 index 7801e66..0000000 Binary files a/style/fonts/raleway/Raleway-Italic-VariableFont_wght.ttf and /dev/null differ diff --git a/style/fonts/raleway/Raleway-VariableFont_wght.ttf b/style/fonts/raleway/Raleway-VariableFont_wght.ttf deleted file mode 100644 index 424fb0e..0000000 Binary files a/style/fonts/raleway/Raleway-VariableFont_wght.ttf and /dev/null differ diff --git a/style/fonts/raleway/railwat-light.woff2 b/style/fonts/raleway/railwat-light.woff2 deleted file mode 100644 index 6f457d9..0000000 Binary files a/style/fonts/raleway/railwat-light.woff2 and /dev/null differ diff --git a/style/fonts/raleway/raleway-light.woff b/style/fonts/raleway/raleway-light.woff deleted file mode 100644 index 92d7a71..0000000 Binary files a/style/fonts/raleway/raleway-light.woff and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-Black.ttf b/style/fonts/raleway/static/Raleway-Black.ttf deleted file mode 100644 index c926d1d..0000000 Binary files a/style/fonts/raleway/static/Raleway-Black.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-BlackItalic.ttf b/style/fonts/raleway/static/Raleway-BlackItalic.ttf deleted file mode 100644 index fac6b30..0000000 Binary files a/style/fonts/raleway/static/Raleway-BlackItalic.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-Bold.ttf b/style/fonts/raleway/static/Raleway-Bold.ttf deleted file mode 100644 index ea2ac6b..0000000 Binary files a/style/fonts/raleway/static/Raleway-Bold.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-BoldItalic.ttf b/style/fonts/raleway/static/Raleway-BoldItalic.ttf deleted file mode 100644 index d39dc38..0000000 Binary files a/style/fonts/raleway/static/Raleway-BoldItalic.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-ExtraBold.ttf b/style/fonts/raleway/static/Raleway-ExtraBold.ttf deleted file mode 100644 index 77466aa..0000000 Binary files a/style/fonts/raleway/static/Raleway-ExtraBold.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-ExtraBoldItalic.ttf b/style/fonts/raleway/static/Raleway-ExtraBoldItalic.ttf deleted file mode 100644 index 2dd9af9..0000000 Binary files a/style/fonts/raleway/static/Raleway-ExtraBoldItalic.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-ExtraLight.ttf b/style/fonts/raleway/static/Raleway-ExtraLight.ttf deleted file mode 100644 index b2386bc..0000000 Binary files a/style/fonts/raleway/static/Raleway-ExtraLight.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-ExtraLightItalic.ttf b/style/fonts/raleway/static/Raleway-ExtraLightItalic.ttf deleted file mode 100644 index c7e8042..0000000 Binary files a/style/fonts/raleway/static/Raleway-ExtraLightItalic.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-Italic.ttf b/style/fonts/raleway/static/Raleway-Italic.ttf deleted file mode 100644 index faad883..0000000 Binary files a/style/fonts/raleway/static/Raleway-Italic.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-Light.ttf b/style/fonts/raleway/static/Raleway-Light.ttf deleted file mode 100644 index ced4beb..0000000 Binary files a/style/fonts/raleway/static/Raleway-Light.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-LightItalic.ttf b/style/fonts/raleway/static/Raleway-LightItalic.ttf deleted file mode 100644 index 2f18372..0000000 Binary files a/style/fonts/raleway/static/Raleway-LightItalic.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-Medium.ttf b/style/fonts/raleway/static/Raleway-Medium.ttf deleted file mode 100644 index 4fcca74..0000000 Binary files a/style/fonts/raleway/static/Raleway-Medium.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-MediumItalic.ttf b/style/fonts/raleway/static/Raleway-MediumItalic.ttf deleted file mode 100644 index a0f2d71..0000000 Binary files a/style/fonts/raleway/static/Raleway-MediumItalic.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-Regular.ttf b/style/fonts/raleway/static/Raleway-Regular.ttf deleted file mode 100644 index 5e7242b..0000000 Binary files a/style/fonts/raleway/static/Raleway-Regular.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-SemiBold.ttf b/style/fonts/raleway/static/Raleway-SemiBold.ttf deleted file mode 100644 index 78f4321..0000000 Binary files a/style/fonts/raleway/static/Raleway-SemiBold.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-SemiBoldItalic.ttf b/style/fonts/raleway/static/Raleway-SemiBoldItalic.ttf deleted file mode 100644 index a2a52d1..0000000 Binary files a/style/fonts/raleway/static/Raleway-SemiBoldItalic.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-Thin.ttf b/style/fonts/raleway/static/Raleway-Thin.ttf deleted file mode 100644 index 5ae0035..0000000 Binary files a/style/fonts/raleway/static/Raleway-Thin.ttf and /dev/null differ diff --git a/style/fonts/raleway/static/Raleway-ThinItalic.ttf b/style/fonts/raleway/static/Raleway-ThinItalic.ttf deleted file mode 100644 index ddab8a3..0000000 Binary files a/style/fonts/raleway/static/Raleway-ThinItalic.ttf and /dev/null differ diff --git a/style/styles.css b/style/styles.css index 038d3f5..07c4916 100644 --- a/style/styles.css +++ b/style/styles.css @@ -33,7 +33,8 @@ body { .page-main-content { text-align: center; - font-family: raleway-light, sans-serif; + font-family: oxygen, sans-serif; + font-weight: normal; color: #f0f0f0f0; width: 95%; overflow: hidden;