Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

change font type to fix jenkins fe view #122

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

JonasHillerDkd
Copy link

Our Jenkins sever can't access the web font so i removed it and changed it to common font arts.

package.json Outdated Show resolved Hide resolved
view/common.css Show resolved Hide resolved
@Hywan
Copy link
Contributor

Hywan commented Sep 14, 2018

Thanks for the PR!

@@ -13,7 +13,7 @@
}

body {
font: .9em/1.2em Source Sans Pro;
font: .9em/1.2em Source Sans Pro, Arial, Verdana, Helvetica, sans-serif;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, keep only this line in your patch. The rest is not necessary.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But i cleaned up the code format. I think it should be necessary

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants