Skip to content

Commit

Permalink
Added @font-face declaration for Dala Floda
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jul 24, 2014
1 parent 8e6caf3 commit ef546e6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,32 @@ textarea {
font-size: 1.2em;
}

/* ==========================================================================
Dala Floda Font [from Comercial Type]
==========================================================================
This font software is the property of Commercial Type.
You may not modify the font software, use it on another website, or install it on a computer.
License information is available at http://commercialtype.com/eula
For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com
Copyright (C) 2013 Schwartzco Inc.
License: 1407-HRGQJV
*/

@font-face {
font-family: 'Dala Floda Web';
src: url('font/DalaFloda-Bold-Web.eot');
src: url('font/DalaFloda-Bold-Web.eot?#iefix') format('embedded-opentype'),
url('font/DalaFloda-Bold-Web.woff') format('woff'),
url('font/DalaFloda-Bold-Web.ttf') format('truetype'),
url('font/DalaFloda-Bold-Web.svg#Dala Floda Web') format('svg');
font-weight: 700;
font-style: normal;
font-stretch: normal;
}

/* ==========================================================================
Font Icons [from Fontello]
========================================================================== */
Expand Down

0 comments on commit ef546e6

Please sign in to comment.