Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
@font-face {
font-family: 'Comfortaa';
font-weight: normal;
src: url('fonts/Comfortaa_Regular.eot');
src: local('Comfortaa'),
url('fonts/Comfortaa_Regular.ttf') format('truetype'),
url('fonts/Comfortaa_Regular.otf') format('opentype'),
url('fonts/Comfortaa_Regular.svg#mysvgid') format('svg');
}
@font-face {
font-family: 'Comfortaa';
font-weight: normal;
src: url('fonts/Comfortaa_Regular');
}
eCSStender.addMethod('svg_id','mysvgid');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment