Skip to content

Commit

Permalink
remove google fonts (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Kwan <[email protected]>
  • Loading branch information
gkwan-ibm authored Oct 8, 2024
1 parent 0816e28 commit b6eeae9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
12 changes: 5 additions & 7 deletions finish/system/src/main/webapp/css/main.css
Original file line number Diff line number Diff line change
@@ -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 2.0
* which accompanies this distribution, and is available at
Expand All @@ -8,8 +8,6 @@
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css?family=Asap:300,400,500");

@font-face {
font-family: BunueloLight;
src: url("/fonts/BunueloCleanPro-Light.woff");
Expand All @@ -21,7 +19,7 @@
}

body{
font-family:Asap;
font-family: BunueloSemiBold;
font-size: 16px;
color:#24243b;
background-color: white;
Expand Down Expand Up @@ -61,7 +59,7 @@ p {
margin-top: 0px;
}
h1 {
font-family:BunueloSemiBold;
font-family: BunueloSemiBold;
font-size: 40px;
font-weight: 400;
letter-spacing:0;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -392,7 +390,7 @@ td {
}

.bodyFooterLink {
font-family: Asap;
font-family: BunueloSemiBold;
font-weight: 300;
font-size: 14px;
letter-spacing: 0;
Expand Down
3 changes: 1 addition & 2 deletions finish/system/src/main/webapp/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2016, 2023 IBM Corp.
Copyright (c) 2016, 2024 IBM Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,6 @@
<html>
<head>
<script src="js/mpData.js"></script>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
Expand Down
12 changes: 5 additions & 7 deletions start/system/src/main/webapp/css/main.css
Original file line number Diff line number Diff line change
@@ -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 2.0
* which accompanies this distribution, and is available at
Expand All @@ -8,8 +8,6 @@
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css?family=Asap:300,400,500");

@font-face {
font-family: BunueloLight;
src: url("/fonts/BunueloCleanPro-Light.woff");
Expand All @@ -21,7 +19,7 @@
}

body{
font-family:Asap;
font-family: BunueloSemiBold;
font-size: 16px;
color:#24243b;
background-color: white;
Expand Down Expand Up @@ -61,7 +59,7 @@ p {
margin-top: 0px;
}
h1 {
font-family:BunueloSemiBold;
font-family: BunueloSemiBold;
font-size: 40px;
font-weight: 400;
letter-spacing:0;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -392,7 +390,7 @@ td {
}

.bodyFooterLink {
font-family: Asap;
font-family: BunueloSemiBold;
font-weight: 300;
font-size: 14px;
letter-spacing: 0;
Expand Down
3 changes: 1 addition & 2 deletions start/system/src/main/webapp/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2016, 2023 IBM Corp.
Copyright (c) 2016, 2024 IBM Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,6 @@
<html>
<head>
<script src="js/mpData.js"></script>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
Expand Down

0 comments on commit b6eeae9

Please sign in to comment.