Skip to content

Commit

Permalink
Added font for deepforge logo. Fixes #267 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Jun 11, 2016
1 parent 5193bbd commit 7e2b83b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ config.plugin.allowServerExecution = true;

config.executor.enable = true;

config.visualization.extraCss.push('deepforge/styles/global.css');

validateConfig(config);
module.exports = config;
20 changes: 20 additions & 0 deletions src/common/styles/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* latin-ext */
@font-face {
font-family: 'Audiowide';
font-style: normal;
font-weight: 400;
src: local('Audiowide'), local('Audiowide-Regular'), url(https://fonts.gstatic.com/s/audiowide/v4/7pSgz2MbVvTCvvm7vukSHxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Audiowide';
font-style: normal;
font-weight: 400;
src: local('Audiowide'), local('Audiowide-Regular'), url(https://fonts.gstatic.com/s/audiowide/v4/8XtYtNKEyyZh481XVWfVOltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.deepforge-logo {
font-family: 'Audiowide', cursive;
}

0 comments on commit 7e2b83b

Please sign in to comment.