Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
<h1 id="font-assets"><a class="markdownIt-Anchor" href="#font-assets"></a> Font Assets</h1>
<p>If you are providing web font files, this is the place to put them. The fonts task will copy them over to the destination specified in <code>config.json</code>, and file names will be reved in production builds (if enabled).</p>
<p>If you don’t plan using web fonts, or are relying on an external service like Google Fonts, feel free to delete this folder and the <code>tasks.fonts</code> config in <code>gulpfile.js/config.json</code>.</p>
<h3 id="tasks-and-files"><a class="markdownIt-Anchor" href="#tasks-and-files"></a> Tasks and Files</h3>
<pre class="highlight"><code class="">gulpfile.js/tasks/fonts
</code></pre>
<p>All this task does is copy fonts from <code>./src/fonts</code> to <code>./public/fonts</code>.</p>
<p>A sass <code>+font-face</code> mixin is included in <code>./src/stylesheets/base/mixins</code>.</p>