This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'FontName'; | |
src: url('../fonts/FontName.eot'); | |
src: url('../fonts/FontName.eot?iefix') format('eot'), | |
url('../fonts/FontName.woff') format('woff'), | |
url('../fonts/FontName.ttf') format('truetype'), | |
url('../fonts/FontName.svg#webfontZam02nTh') format('svg'); | |
font-weight: normal; | |
font-style: normal; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* #Media Queries | |
================================================== */ | |
/* Smaller than standard 960 (devices and browsers) */ | |
@media only screen and (max-width: 959px) {} | |
/* Tablet Portrait size to standard 960 (devices and browsers) */ | |
@media only screen and (min-width: 768px) and (max-width: 959px) {} |
NewerOlder