diff --git a/assets/css/google-fonts.css b/assets/css/google-fonts.css new file mode 100644 index 0000000..1c2dcc3 --- /dev/null +++ b/assets/css/google-fonts.css @@ -0,0 +1,9 @@ +/* source-code-pro-regular - latin-ext_latin */ +@font-face { + font-family: 'Source Code Pro'; + font-style: normal; + font-weight: 400; + src: local(''), + url('/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ + url('/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} diff --git a/assets/css/main-light.scss b/assets/css/main-light.scss deleted file mode 100644 index 2d66510..0000000 --- a/assets/css/main-light.scss +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Front matter comment to ensure Jekyll properly reads file. ---- -@charset "UTF-8"; - -@import "variables-light"; -@import "bootstrap"; -@import "base"; diff --git a/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff b/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff new file mode 100644 index 0000000..5a975d1 Binary files /dev/null and b/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff differ diff --git a/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff2 b/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff2 new file mode 100644 index 0000000..6dab02e Binary files /dev/null and b/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff2 differ