Skip to content

Commit

Permalink
Changed font to Google Abel.
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyerganapathy committed Feb 20, 2019
1 parent c4a8eee commit 2664519
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 68 deletions.
1 change: 1 addition & 0 deletions ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.0.0/css/bootstrap-slider.min.css">
<link rel="stylesheet" href="%PUBLIC_URL%/video-react.css" />
<link rel="stylesheet" href="%PUBLIC_URL%/react-datetime.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abel">
<link rel="stylesheet" type="text/css" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />

Expand Down
Binary file removed ui/src/fonts/DINProLight/DINProLight.eot
Binary file not shown.
Binary file removed ui/src/fonts/DINProLight/DINProLight.png
Binary file not shown.
Binary file removed ui/src/fonts/DINProLight/DINProLight.ttf
Binary file not shown.
Binary file removed ui/src/fonts/DINProLight/DINProLight.woff
Binary file not shown.
11 changes: 0 additions & 11 deletions ui/src/fonts/DINProLight/font.css

This file was deleted.

21 changes: 0 additions & 21 deletions ui/src/fonts/DINProLight/index.html

This file was deleted.

34 changes: 0 additions & 34 deletions ui/src/fonts/DINProLight/readme.txt

This file was deleted.

2 changes: 1 addition & 1 deletion ui/src/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
margin: 0;
padding: 0;
font-family: 'DINProLight';
font-family: 'Abel', sans-serif;
overflow: auto;
}
1 change: 0 additions & 1 deletion ui/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './fonts/DINProLight/font.css';
import './index.css';
import App from './App';
import { unregister } from './registerServiceWorker';
Expand Down

0 comments on commit 2664519

Please sign in to comment.