blob: 4e090debe596f182e440c416b83d694cc3bbea46 [file] [log] [blame]
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@font-face {
font-family: 'cabin';
src: url('@{icon-font-path}Cabin-Regular-webfont.eot');
src: url('@{icon-font-path}Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('@{icon-font-path}Cabin-Regular-webfont.woff2') format('woff2'),
url('@{icon-font-path}Cabin-Regular-webfont.woff') format('woff'),
url('@{icon-font-path}Cabin-Regular-webfont.ttf') format('truetype'),
url('@{icon-font-path}Cabin-Regular-webfont.svg#cabinregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'cabin';
src: url('@{icon-font-path}Cabin-Bold-webfont.eot');
src: url('@{icon-font-path}Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('@{icon-font-path}Cabin-Bold-webfont.woff2') format('woff2'),
url('@{icon-font-path}Cabin-Bold-webfont.woff') format('woff'),
url('@{icon-font-path}Cabin-Bold-webfont.ttf') format('truetype'),
url('@{icon-font-path}Cabin-Bold-webfont.svg#cabinbold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'cabin';
src: url('@{icon-font-path}Cabin-Italic-webfont.eot');
src: url('@{icon-font-path}Cabin-Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('@{icon-font-path}Cabin-Italic-webfont.woff2') format('woff2'),
url('@{icon-font-path}Cabin-Italic-webfont.woff') format('woff'),
url('@{icon-font-path}Cabin-Italic-webfont.ttf') format('truetype'),
url('@{icon-font-path}Cabin-Italic-webfont.svg#cabinitalic') format('svg');
font-weight: normal;
font-style: italic;
}