Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Modernize large parts of the UI #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/fah/webclient/css/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* oswald-regular - latin */
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url('../fonts/oswald-v31-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/oswald-v31-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/oswald-v31-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/oswald-v31-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/oswald-v31-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/oswald-v31-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-700 - latin */
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: url('../fonts/oswald-v31-latin-700.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/oswald-v31-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/oswald-v31-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/oswald-v31-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/oswald-v31-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/oswald-v31-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}
1 change: 0 additions & 1 deletion src/fah/webclient/css/images

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/fah/webclient/css/jquery-ui-1.12.1.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/fah/webclient/css/jquery-ui-1.12.1.structure.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading