mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
35 lines
1.7 KiB
CSS
35 lines
1.7 KiB
CSS
@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');
|
|
} |