Skip to content

Commit

Permalink
update with 700
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhaworth committed Apr 11, 2024
1 parent 4558570 commit d1373ea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions themes/karlhaworth-com/assets/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit d1373ea

Please sign in to comment.