GUACAMOLE-747: Provide example branding extension.

This commit is contained in:
Virtually Nick
2020-05-03 15:39:09 -04:00
parent 3399a33941
commit 30d30053af
23 changed files with 749 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
@font-face {
font-family: 'Raleway';
font-weight: normal;
font-style: normal;
src: url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-Regular.woff') format('woff'),
url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-Regular.otf') format('opentype'),
url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-Regular.ttf') format('ttf');
}
@font-face {
font-family: 'Raleway';
font-weight: bold;
font-style: normal;
src: url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-Bold.woff') format('woff'),
url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-Bold.otf') format('opentype'),
url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-Bold.ttf') format('ttf');
}
@font-face {
font-family: 'Raleway';
font-weight: normal;
font-style: italic;
src: url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-Italic.woff') format('woff'),
url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-Italic.otf') format('opentype'),
url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-Italic.ttf') format('ttf');
}
@font-face {
font-family: 'Raleway';
font-weight: bold;
font-style: italic;
src: url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-BoldItalic.woff') format('woff'),
url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-BoldItalic.otf') format('opentype'),
url('app/ext/guacamole-branding-example/resources/fonts/raleway/Raleway-BoldItalic.ttf') format('ttf');
}