@apos-ui-font-path: '/modules/apostrophe-ui/fonts/';

.apos-add-font('roboto', '@{apos-ui-font-path}roboto-regular-webfont');
.apos-add-font('roboto', '@{apos-ui-font-path}roboto-light-webfont', normal, 300);
.apos-add-font('roboto', '@{apos-ui-font-path}roboto-medium-webfont', normal, 500);

.apos-add-font('karla', '@{apos-ui-font-path}karla-regular-webfont');
.apos-add-font('karla', '@{apos-ui-font-path}karla-bold-webfont', normal, 700);
