Skip to content

Commit

Permalink
correct font family names
Browse files Browse the repository at this point in the history
  • Loading branch information
wissenbach committed Jun 27, 2018
1 parent ffb6ae7 commit 1e992ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/preprint-web/css/document-transcript.css
Expand Up @@ -93,7 +93,7 @@ svg.diplomatic .text.hand-g {
}

svg.diplomatic .text.hand-xx {
font-family: "Ubuntu Monospace";
font-family: "Ubuntu Mono";
}

/* writing material */
Expand Down
2 changes: 1 addition & 1 deletion svg_rendering/page/js-gen/loadwebfonts.js
Expand Up @@ -34,7 +34,7 @@ if (window.Faust === undefined) {
var fontError = false;
var webFontConfig = {
custom: {
families: ['Ubuntu derivative Faust', 'Ubuntu Monospace', 'Gentium Plus'],
families: ['Ubuntu derivative Faust', 'Ubuntu Mono', 'Gentium Plus'],
// we don not need to specify urls as they are specified in the css files
urls: ['/css/webfonts.css']
},
Expand Down

0 comments on commit 1e992ed

Please sign in to comment.