Commit f5f034b7 authored by Sean Roberts's avatar Sean Roberts

Branding selectionFontFamily and annotationFontFamily support

parent 58530325
......@@ -63,6 +63,7 @@
overflow-hysteresis="20"
content-data="selector.exact">
<blockquote class="annotation-quote"
h-branding="selectionFontFamily"
ng-bind="selector.exact"
ng-repeat="selector in target.selector
| filter : {'type': 'TextQuoteSelector'}
......
......@@ -15,8 +15,11 @@
</div>
<textarea class="form-input form-textarea js-markdown-input"
ng-show="showEditor()"
ng-click="$event.stopPropagation()"></textarea>
ng-click="$event.stopPropagation()"
h-branding="annotationFontFamily"
></textarea>
<div class="markdown-body js-markdown-preview"
ng-class="preview && 'markdown-preview'"
ng-dblclick="togglePreview()"
ng-show="!showEditor()"></div>
ng-show="!showEditor()"
h-branding="annotationFontFamily"></div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment