fixing paths for impact font file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: 'Impact';
|
||||
src: url('/s/impact.woff') format('woff');
|
||||
src: url('/s/fonts/impact.woff') format('woff');
|
||||
}
|
||||
|
||||
/* Meme Creator Styles */
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div id="main">
|
||||
<div class="meme-layout-wrapper">
|
||||
<link rel="stylesheet" href="/s/css/meme-creator.css">
|
||||
<link rel="preload" href="/s/impact.woff" as="font" type="font/woff" crossorigin>
|
||||
<link rel="preload" href="/s/fonts/impact.woff" as="font" type="font/woff" crossorigin>
|
||||
<style>
|
||||
.meme-title { font-family: 'Impact', 'VCR', sans-serif; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user