diff --git a/assets/fonts/open-sans-v15-latin-ext_latin-regular.eot b/assets/fonts/open-sans-v15-latin-ext_latin-regular.eot new file mode 100644 index 000000000..f25146fcd Binary files /dev/null and b/assets/fonts/open-sans-v15-latin-ext_latin-regular.eot differ diff --git a/assets/fonts/open-sans-v15-latin-ext_latin-regular.svg b/assets/fonts/open-sans-v15-latin-ext_latin-regular.svg new file mode 100644 index 000000000..78eb653a7 --- /dev/null +++ b/assets/fonts/open-sans-v15-latin-ext_latin-regular.svg @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/fonts/open-sans-v15-latin-ext_latin-regular.ttf b/assets/fonts/open-sans-v15-latin-ext_latin-regular.ttf new file mode 100644 index 000000000..65a04f134 Binary files /dev/null and b/assets/fonts/open-sans-v15-latin-ext_latin-regular.ttf differ diff --git a/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff b/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff new file mode 100644 index 000000000..6ca02c468 Binary files /dev/null and b/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff differ diff --git a/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff2 b/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff2 new file mode 100644 index 000000000..a337154f3 Binary files /dev/null and b/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff2 differ diff --git a/popup.html b/popup.html index b4cd97ab7..86d0f334c 100644 --- a/popup.html +++ b/popup.html @@ -135,8 +135,21 @@ font-family: 'Open Sans', sans-serif; font-size: 14px; } + + /* open-sans-regular - latin-ext_latin */ + @font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: url('/assets/assets/fonts/open-sans-v15-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */ + src: local('Open Sans Regular'), local('OpenSans-Regular'), + url('/assets/fonts/open-sans-v15-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ + url('/assets/fonts/open-sans-v15-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('/assets/fonts/open-sans-v15-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */ + } -