diff --git a/srcd/superset/assets/src/uast/codemirror_override.less b/srcd/superset/assets/src/uast/codemirror_override.less index b123c24f..05580d1e 100644 --- a/srcd/superset/assets/src/uast/codemirror_override.less +++ b/srcd/superset/assets/src/uast/codemirror_override.less @@ -12,17 +12,31 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png @font-face { font-family: "Source Code Pro"; - src: url("../../stylesheets/fonts/SourceCodePro-Black.ttf") format("truetype"); - src: url("../../stylesheets/fonts/SourceCodePro-Bold.ttf") format("truetype"); - src: url("../../stylesheets/fonts/SourceCodePro-ExtraLight.ttf") - format("truetype"); - src: url("../../stylesheets/fonts/SourceCodePro-Light.ttf") format("truetype"); - src: url("../../stylesheets/fonts/SourceCodePro-Medium.ttf") - format("truetype"); - src: url("../../stylesheets/fonts/SourceCodePro-Semibold.ttf") - format("truetype"); - src: url("../../stylesheets/fonts/SourceCodePro-Regular.ttf") - format("truetype"); + src: url("../../stylesheets/fonts/SourceCodePro-Medium.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-Black.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-Bold.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-LightIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-Semibold.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-BoldIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-It.otf.woff2") format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-BlackIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-MediumIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-ExtraLight.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-ExtraLightIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-Light.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceCodePro-Regular.otf.woff2") + format("woff2"); } .CodeMirror * { diff --git a/srcd/superset/assets/src/uast/override.less b/srcd/superset/assets/src/uast/override.less index cd25b846..e9ed3f6e 100644 --- a/srcd/superset/assets/src/uast/override.less +++ b/srcd/superset/assets/src/uast/override.less @@ -36,9 +36,30 @@ html { //## Font, line-height, and color for body text, headings, and more. @font-face { - font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; - src: url("../../stylesheets/fonts/SourceSansPro-Regular.ttf") - format("truetype"); + font-family: "Source Sans Pro"; + src: url("../../stylesheets/fonts/SourceSansPro-Black.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-BlackIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-Bold.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-BoldIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-ExtraLight.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-ExtraLightIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-It.otf.woff2") format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-Light.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-LightIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-Semibold.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-SemiboldIt.otf.woff2") + format("woff2"); + src: url("../../stylesheets/fonts/SourceSansPro-Regular.otf.woff2") + format("woff2"); } @font-family-sans-serif: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Black.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Black.otf.woff2 new file mode 100755 index 00000000..3d9d7a4e Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Black.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Black.ttf b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Black.ttf deleted file mode 100755 index e2422b25..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Black.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-BlackIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-BlackIt.otf.woff2 new file mode 100755 index 00000000..eee002b7 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-BlackIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Bold.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Bold.otf.woff2 new file mode 100755 index 00000000..45ee40a2 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Bold.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Bold.ttf b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Bold.ttf deleted file mode 100755 index 2e545fee..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Bold.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-BoldIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-BoldIt.otf.woff2 new file mode 100755 index 00000000..604e17d1 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-BoldIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-ExtraLight.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-ExtraLight.otf.woff2 new file mode 100755 index 00000000..1c2a3929 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-ExtraLight.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-ExtraLight.ttf b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-ExtraLight.ttf deleted file mode 100755 index 8a80a640..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-ExtraLight.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-ExtraLightIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-ExtraLightIt.otf.woff2 new file mode 100755 index 00000000..6405cf97 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-ExtraLightIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-It.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-It.otf.woff2 new file mode 100755 index 00000000..5702eba7 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-It.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Light.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Light.otf.woff2 new file mode 100755 index 00000000..8f784908 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Light.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Light.ttf b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Light.ttf deleted file mode 100755 index 8f95a47c..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Light.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-LightIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-LightIt.otf.woff2 new file mode 100755 index 00000000..45bbd58e Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-LightIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Medium.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Medium.otf.woff2 new file mode 100755 index 00000000..7dfd91c5 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Medium.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Medium.ttf b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Medium.ttf deleted file mode 100755 index b7471baa..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Medium.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-MediumIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-MediumIt.otf.woff2 new file mode 100755 index 00000000..2ff7a0b2 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-MediumIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Regular.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Regular.otf.woff2 new file mode 100755 index 00000000..c10f38d3 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Regular.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Regular.ttf b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Regular.ttf deleted file mode 100755 index fa1f90b9..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Regular.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Semibold.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Semibold.otf.woff2 new file mode 100755 index 00000000..b2b00d64 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Semibold.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Semibold.ttf b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Semibold.ttf deleted file mode 100755 index 77ebab25..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-Semibold.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceCodePro-SemiboldIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-SemiboldIt.otf.woff2 new file mode 100755 index 00000000..a5d866e0 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceCodePro-SemiboldIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Black.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Black.otf.woff2 new file mode 100755 index 00000000..d6f4b60e Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Black.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Black.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Black.ttf deleted file mode 100755 index 8cf8533f..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Black.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BlackIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BlackIt.otf.woff2 new file mode 100755 index 00000000..c52b3c80 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BlackIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BlackItalic.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BlackItalic.ttf deleted file mode 100755 index 8882f794..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BlackItalic.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Bold.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Bold.otf.woff2 new file mode 100755 index 00000000..7d7f34b9 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Bold.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Bold.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Bold.ttf deleted file mode 100755 index b394e45c..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Bold.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BoldIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BoldIt.otf.woff2 new file mode 100755 index 00000000..4d14ef7f Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BoldIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BoldItalic.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BoldItalic.ttf deleted file mode 100755 index 4aeddbeb..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-BoldItalic.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLight.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLight.otf.woff2 new file mode 100755 index 00000000..bdb21cb4 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLight.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLight.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLight.ttf deleted file mode 100755 index 703d6a2d..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLight.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLightIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLightIt.otf.woff2 new file mode 100755 index 00000000..aee47e35 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLightIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLightItalic.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLightItalic.ttf deleted file mode 100755 index 43f79c2c..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-ExtraLightItalic.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-It.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-It.otf.woff2 new file mode 100755 index 00000000..00e212c5 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-It.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Italic.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Italic.ttf deleted file mode 100755 index 6128579c..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Italic.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Light.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Light.otf.woff2 new file mode 100755 index 00000000..2dd7ca3b Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Light.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Light.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Light.ttf deleted file mode 100755 index 1e5638a2..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Light.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-LightIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-LightIt.otf.woff2 new file mode 100755 index 00000000..5ee08bea Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-LightIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-LightItalic.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-LightItalic.ttf deleted file mode 100755 index 5b75a972..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-LightItalic.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Regular.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Regular.otf.woff2 new file mode 100755 index 00000000..d76e3909 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Regular.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Regular.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Regular.ttf deleted file mode 100755 index 6d0f7813..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Regular.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-SemiBold.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-SemiBold.ttf deleted file mode 100755 index d3ff6998..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-SemiBold.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-SemiBoldItalic.ttf b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-SemiBoldItalic.ttf deleted file mode 100755 index 15725502..00000000 Binary files a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-SemiBoldItalic.ttf and /dev/null differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Semibold.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Semibold.otf.woff2 new file mode 100755 index 00000000..8c27c184 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-Semibold.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/fonts/SourceSansPro-SemiboldIt.otf.woff2 b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-SemiboldIt.otf.woff2 new file mode 100755 index 00000000..f963d781 Binary files /dev/null and b/srcd/superset/assets/stylesheets/fonts/SourceSansPro-SemiboldIt.otf.woff2 differ diff --git a/srcd/superset/assets/stylesheets/less/custom-brand.less b/srcd/superset/assets/stylesheets/less/custom-brand.less index 39cf3c2c..972f6871 100644 --- a/srcd/superset/assets/stylesheets/less/custom-brand.less +++ b/srcd/superset/assets/stylesheets/less/custom-brand.less @@ -63,29 +63,35 @@ @font-face { font-family: "Source Sans Pro"; - src: url("../fonts/SourceSansPro-Black.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-BlackItalic.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-BoldItalic.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-ExtraLight.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-ExtraLightItalic.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-Italic.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-Light.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-LightItalic.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-SemiBoldItalic.ttf") format("truetype"); - src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype"); + src: url("../fonts/SourceSansPro-Black.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-BlackIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-Bold.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-BoldIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-ExtraLight.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-ExtraLightIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-It.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-Light.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-LightIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-Semibold.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-SemiboldIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceSansPro-Regular.otf.woff2") format("woff2"); } @font-face { font-family: "Source Code Pro"; - src: url("../fonts/SourceCodePro-Black.ttf") format("truetype"); - src: url("../fonts/SourceCodePro-Bold.ttf") format("truetype"); - src: url("../fonts/SourceCodePro-ExtraLight.ttf") format("truetype"); - src: url("../fonts/SourceCodePro-Light.ttf") format("truetype"); - src: url("../fonts/SourceCodePro-Medium.ttf") format("truetype"); - src: url("../fonts/SourceCodePro-Semibold.ttf") format("truetype"); - src: url("../fonts/SourceCodePro-Regular.ttf") format("truetype"); + src: url("../fonts/SourceCodePro-Medium.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-Black.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-Bold.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-LightIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-Semibold.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-BoldIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-It.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-BlackIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-MediumIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-ExtraLight.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-ExtraLightIt.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-Light.otf.woff2") format("woff2"); + src: url("../fonts/SourceCodePro-Regular.otf.woff2") format("woff2"); } @font-family-sans-serif: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;