CSS   22
fonts
Guest on 27th August 2023 12:07:04 PM


  1. @font-face {
  2.   font-family: 'Raleway';
  3.   font-style: normal;
  4.   font-weight: 300;
  5.   src: local('Raleway Light'), local('Raleway-Light'), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/-_Ctzj9b56b8RgXW8FAriRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
  6. }
  7. @font-face {
  8.   font-family: 'Raleway';
  9.   font-style: normal;
  10.   font-weight: 500;
  11.   src: local('Raleway Medium'), local('Raleway-Medium'), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/CcKI4k9un7TZVWzRVT-T8xsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
  12. }

Raw Paste

Login or Register to edit or fork this paste. It's free.