Skip to content
Snippets Groups Projects
Commit 142c3525 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

drop IE compatibility

parent 926bb1cc
No related branches found
No related tags found
No related merge requests found
......@@ -3,19 +3,16 @@
font-family: "foobar_proregular";
font-style: normal;
font-weight: normal;
src: url("../font/foobar/foobar_pro-regular-webfont.eot?#iefix") format("embedded-opentype"),
url("../font/foobar/foobar_pro-regular-webfont.woff") format("woff"),
url("../font/foobar/foobar_pro-regular-webfont.ttf") format("truetype");
src: url("../font/foobar/foobar_pro-regular-webfont.woff") format("woff"),
url("../font/foobar/foobar_pro-regular-webfont.ttf") format("truetype");
}
/* Webfont: Lato-Regular */
@font-face {
font-family: 'LatoWeb';
src: url('../font/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
src: url('../font/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../font/Lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
url('../font/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
url('../font/Lato/Lato-Regular.ttf') format('truetype');
src: url('../font/Lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
url('../font/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
url('../font/Lato/Lato-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment