diff --git a/src/Annotator.scss b/src/Annotator.scss index e429bc7e1..310f09efd 100644 --- a/src/Annotator.scss +++ b/src/Annotator.scss @@ -173,6 +173,7 @@ $tablet: 'max-width: 768px'; .bp-create-annotation-dialog { border-top: 20px solid transparent; // Transparent border for hover detection cursor: default; // Overrides cursor: none from annotation mode + font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; position: absolute; text-align: left; z-index: 130; // Annotation dialog should be above other content @@ -425,6 +426,7 @@ $tablet: 'max-width: 768px'; border-top: 20px solid transparent; // Transparent border for hover detection color: $fours; display: table; + font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; position: absolute; z-index: 130; } @@ -435,6 +437,7 @@ $tablet: 'max-width: 768px'; background-color: $white; border: 1px solid $seesee; border-radius: 3px; + font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 5px 6px; // Center buttons