Browse Source

altered order of font imports

master
Alexander Avery 3 years ago
parent
commit
124052fa8f
  1. 13
      assets/sass/fonts.scss

13
assets/sass/fonts.scss

@ -4,21 +4,22 @@ https://fonts.google.com/specimen/Source+Sans+Pro?query=Source+Sans+Pro
*/ */
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';
src: url('/fonts/SourceSansPro-Regular.ttf') format('truetype'); src: url('/fonts/SourceSansPro-Light.ttf') format('truetype');
font-weight: normal; font-weight: light;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';
src: url('/fonts/SourceSansPro-Bold.ttf') format('truetype'); src: url('/fonts/SourceSansPro-Regular.ttf') format('truetype');
font-weight: bold; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';
src: url('/fonts/SourceSansPro-Light.ttf') format('truetype'); src: url('/fonts/SourceSansPro-Bold.ttf') format('truetype');
font-weight: light; font-weight: bold;
font-style: normal; font-style: normal;
} }

Loading…
Cancel
Save