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

fix font path

parent 5ce0e303
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
font-family: 'LatoWebItalic'; font-family: 'LatoWebItalic';
src: url('../font/Lato/Lato-Italic.eot'); /* IE9 Compat Modes */ src: url('../font/Lato/Lato-Italic.eot'); /* IE9 Compat Modes */
src: url('../font/Lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ src: url('../font/Lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../Lato/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */ url('../font/Lato/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
url('../font/Lato/Lato-Italic.woff') format('woff'), /* Modern Browsers */ url('../font/Lato/Lato-Italic.woff') format('woff'), /* Modern Browsers */
url('../font/Lato/Lato-Italic.ttf') format('truetype'); url('../font/Lato/Lato-Italic.ttf') format('truetype');
font-style: italic; font-style: italic;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment