diff --git a/css/urls.css b/css/urls.css index 104b97ae..74bfc5c5 100644 --- a/css/urls.css +++ b/css/urls.css @@ -7,6 +7,7 @@ font-family: 'Fontello'; src: url("../font/fontello.eot"); src: url("../font/fontello.eot?#iefix") format('embedded-opentype'), + url("../font/fontello.woff2") format('woff2'), url("../font/fontello.woff") format('woff'), url("../font/fontello.ttf") format('truetype'), url("../font/fontello.svg#cloudcmd") format('svg'); @@ -22,6 +23,7 @@ url(../font/DroidSansMono.eot) format('embedded-opentype'), url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJTwtzT4qNq-faudv5qbO9-U.eot?#iefix) format('embedded-opentype'), url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJTwtzT4qNq-faudv5qbO9-U.eot) format('embedded-opentype'), + url(../font/DroidSansMono.woff2) format('woff2'), url(../font/DroidSansMono.woff) format('woff'), url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff) format('woff'), local('Consolas'); diff --git a/font/DroidSansMono.woff b/font/DroidSansMono.woff index 52b8c263..c62cbc1f 100644 Binary files a/font/DroidSansMono.woff and b/font/DroidSansMono.woff differ diff --git a/font/DroidSansMono.woff2 b/font/DroidSansMono.woff2 new file mode 100644 index 00000000..ae246b62 Binary files /dev/null and b/font/DroidSansMono.woff2 differ diff --git a/font/fontello.woff2 b/font/fontello.woff2 new file mode 100644 index 00000000..33adea46 Binary files /dev/null and b/font/fontello.woff2 differ