From d1373ea2428347c2e6cc46c1e61e6e544a1fe51c Mon Sep 17 00:00:00 2001 From: karlhaworth Date: Thu, 11 Apr 2024 17:22:15 -0400 Subject: [PATCH] update with 700 --- themes/karlhaworth-com/assets/fonts.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/themes/karlhaworth-com/assets/fonts.css b/themes/karlhaworth-com/assets/fonts.css index 2bcd046..223ea80 100644 --- a/themes/karlhaworth-com/assets/fonts.css +++ b/themes/karlhaworth-com/assets/fonts.css @@ -50,6 +50,23 @@ /* Safari, Android, iOS */ url("../webfonts/raleway-v12-latin-500.svg#Raleway") format("svg"); /* Legacy iOS */ } +/* raleway-700 - latin */ +@font-face { + font-family: "Raleway"; + font-style: normal; + font-weight: 700; + src: url("/webfonts/raleway-v12-latin-700.eot"); /* IE9 Compat Modes */ + src: local("Raleway Medium"), local("Raleway-Medium"), + url("/webfonts/raleway-v12-latin-700.eot?#iefix") + format("embedded-opentype"), + /* IE6-IE8 */ url("/webfonts/raleway-v12-latin-700.woff2") format("woff2"), + /* Super Modern Browsers */ url("/webfonts/raleway-v12-latin-700.woff") + format("woff"), + /* Modern Browsers */ url("/webfonts/raleway-v12-latin-700.ttf") + format("truetype"), + /* Safari, Android, iOS */ + url("/webfonts/raleway-v12-latin-700.svg#Raleway") format("svg"); /* Legacy iOS */ +} /* lato-300 - latin */ @font-face { font-family: "Lato";