aboutsummaryrefslogtreecommitdiffstats
path: root/d2ice.att.io/app/styles/fonts.less
diff options
context:
space:
mode:
Diffstat (limited to 'd2ice.att.io/app/styles/fonts.less')
-rwxr-xr-xd2ice.att.io/app/styles/fonts.less110
1 files changed, 110 insertions, 0 deletions
diff --git a/d2ice.att.io/app/styles/fonts.less b/d2ice.att.io/app/styles/fonts.less
new file mode 100755
index 00000000..822a9606
--- /dev/null
+++ b/d2ice.att.io/app/styles/fonts.less
@@ -0,0 +1,110 @@
+//
+// ============LICENSE_START==========================================
+// org.onap.vvp/portal
+// ===================================================================
+// Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+// ===================================================================
+//
+// Unless otherwise specified, all software contained herein is licensed
+// under the Apache License, Version 2.0 (the “License”);
+// you may not use this software 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.
+//
+//
+//
+// Unless otherwise specified, all documentation contained herein is licensed
+// under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+// you may not use this documentation except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https:creativecommons.org/licenses/by/4.0/
+//
+// Unless required by applicable law or agreed to in writing, documentation
+// 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.
+//
+// ============LICENSE_END============================================
+//
+// ECOMP is a trademark and service mark of AT&T Intellectual Property.
+//Omnes_ATT W02 Italic
+@font-face {
+ font-family: omnes-italic;
+ src: url('fonts/OmnesATT/Omnes_ATTW02Italic.eot');
+ src: url('fonts/OmnesATT/Omnes_ATTW02Italic.eot?#iefix') format('embedded-opentype'),
+ url('fonts/OmnesATT/Omnes_ATTW02Italic.ttf');
+}
+
+//Omnes_ATT W02 Light
+@font-face {
+ font-family: omnes-light;
+ src: url('fonts/OmnesATT/Omnes_ATTW02Light.eot');
+ src: url('fonts/OmnesATT/Omnes_ATTW02Light.eot?#iefix') format('embedded-opentype'),
+ url('fonts/OmnesATT/Omnes_ATTW02Light.ttf');
+}
+
+//Omnes_ATT W02 Light Italic
+@font-face {
+ font-family: omnes-light-italic;
+ src: url('fonts/OmnesATT/Omnes_ATTW02LightItalic.eot');
+ src: url('fonts/OmnesATT/Omnes_ATTW02LightItalic.eot?#iefix') format('embedded-opentype'),
+ url('fonts/OmnesATT/Omnes_ATTW02LightItalic.ttf');
+}
+
+//Omnes_ATT W02 Medium
+@font-face {
+ font-family: omnes-medium;
+ src: url('fonts/OmnesATT/Omnes_ATTW02Medium.eot');
+ src: url('fonts/OmnesATT/Omnes_ATTW02Medium.eot?#iefix') format('embedded-opentype'),
+ url('fonts/OmnesATT/Omnes_ATTW02Medium.ttf');
+}
+
+//Omnes_ATT W02 Medium Italic
+@font-face {
+ font-family: omnes-medium-italic;
+ src: url('fonts/OmnesATT/Omnes_ATTW02MediumItalic.eot');
+ src: url('fonts/OmnesATT/Omnes_ATTW02MediumItalic.eot?#iefix') format('embedded-opentype'),
+ url('fonts/OmnesATT/Omnes_ATTW02MediumItalic.ttf');
+}
+
+//Omnes_ATT W02 Regular
+@font-face {
+ font-family: omnes-regular;
+ src: url('fonts/OmnesATT/Omnes_ATTW02.eot');
+ src: url('fonts/OmnesATT/Omnes_ATTW02.eot?#iefix') format('embedded-opentype'),
+ url('fonts/OmnesATT/Omnes_ATTW02.ttf');
+}
+
+//Omnes_ATT W02 Bold
+@font-face {
+ font-family: omnes-bold;
+ src: url('fonts/OmnesATT/Omnes_ATTW02Bold.eot');
+ src: url('fonts/OmnesATT/Omnes_ATTW02Bold.eot?#iefix') format('embedded-opentype'),
+ url('fonts/OmnesATT/Omnes_ATTW02Bold.ttf');
+}
+
+//Omnes_ATT W02 Bold Italic
+@font-face {
+ font-family: omnes-bold-italic;
+ src: url('fonts/OmnesATT/OmnesATTW02BoldItalic.eot');
+ src: url('fonts/OmnesATT/OmnesATTW02BoldItalic.eot?#iefix') format('embedded-opentype'),
+ url('fonts/OmnesATT/OmnesATTW02BoldItalic.ttf');
+}
+
+
+//ClearviewATT Book
+@font-face {
+ font-family: clearview-book;
+ src: url('fonts/ClearviewATT/ClearviewATT-Bk.eot');
+ src: url('fonts/ClearviewATT/ClearviewATT-Bk.eot?#iefix') format('embedded-opentype'),
+ url('fonts/ClearviewATT/ClearviewATT-Bk.ttf');
+}