diff --git a/assets/fonts/SourceSansPro-Bold.ttf b/assets/fonts/SourceSansPro-Bold.ttf deleted file mode 100644 index b8879af..0000000 Binary files a/assets/fonts/SourceSansPro-Bold.ttf and /dev/null differ diff --git a/assets/fonts/SourceSansPro-Light.ttf b/assets/fonts/SourceSansPro-Light.ttf deleted file mode 100644 index 9b0e83d..0000000 Binary files a/assets/fonts/SourceSansPro-Light.ttf and /dev/null differ diff --git a/assets/fonts/SourceSansPro-Regular.ttf b/assets/fonts/SourceSansPro-Regular.ttf deleted file mode 100644 index 98e8579..0000000 Binary files a/assets/fonts/SourceSansPro-Regular.ttf and /dev/null differ diff --git a/assets/sass/fonts.scss b/assets/sass/fonts.scss deleted file mode 100644 index 928985a..0000000 --- a/assets/sass/fonts.scss +++ /dev/null @@ -1,25 +0,0 @@ -/* -You may download the entire Source Sans Pro font family here: -https://fonts.google.com/specimen/Source+Sans+Pro?query=Source+Sans+Pro -*/ -@font-face { - font-family: 'Source Sans Pro'; - src: url('/fonts/SourceSansPro-Light.ttf') format('truetype'); - font-weight: light; - font-style: normal; -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('/fonts/SourceSansPro-Regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('/fonts/SourceSansPro-Bold.ttf') format('truetype'); - font-weight: bold; - font-style: normal; -} -