diff --git a/finish/client/src/main/webapp/css/styles.css b/finish/client/src/main/webapp/css/styles.css index 4da47e6..0b2de44 100644 --- a/finish/client/src/main/webapp/css/styles.css +++ b/finish/client/src/main/webapp/css/styles.css @@ -1,5 +1,5 @@ /******************************************************************************* -* Copyright (c) 2018 IBM Corporation and others. +* Copyright (c) 2018, 2024 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,8 +8,6 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ -@import url("https://fonts.googleapis.com/css?family=Asap:300,400,500"); - @font-face { font-family: BunueloLight; src: url("/fonts/BunueloCleanPro-Light.otf"); @@ -21,7 +19,7 @@ } body{ - font-family:Asap; + font-family: BunueloSemiBold; font-size: 16px; color:#24243b; background-color: white; @@ -61,7 +59,7 @@ p { margin-top: 0px; } h1 { - font-family:BunueloSemiBold; + font-family: BunueloSemiBold; font-size: 40px; font-weight: 400; letter-spacing:0; @@ -79,7 +77,7 @@ a { } #appIntro { - background-image:linear-gradient(#141427 0%, #2c2e50 100%); + background-image: linear-gradient(#141427 0%, #2c2e50 100%); background-size: 100% calc(100% - 70px); background-repeat: no-repeat; } @@ -90,7 +88,7 @@ a { } #appTitle { - font-family:BunueloLight; + font-family: BunueloLight; font-size:55px; } @@ -226,7 +224,7 @@ button { height:44px; color:#24253a; text-align:center; - font-family: Asap; + font-family: BunueloSemiBold; margin-top: 25px; margin-bottom: 70px; cursor: pointer; @@ -297,7 +295,7 @@ section#openLibertyAndMp { #serviceStatus { font-size: 50px; - font-family:BunueloLight; + font-family: BunueloLight; margin-top: 30px; } @@ -392,7 +390,7 @@ td { } .bodyFooterLink { - font-family: Asap; + font-family: BunueloSemiBold; font-weight: 300; font-size: 14px; letter-spacing: 0; diff --git a/finish/client/src/main/webapp/index.html b/finish/client/src/main/webapp/index.html index d41d7a8..73dcc1b 100755 --- a/finish/client/src/main/webapp/index.html +++ b/finish/client/src/main/webapp/index.html @@ -1,6 +1,6 @@