mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
2.0 Styling
Added open sans font to repository and switched CSS to load the local files rather than use Google.
This commit is contained in:
@@ -28,8 +28,19 @@
|
||||
@tip-background: #0088CC;
|
||||
@tip-color: #fff;
|
||||
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
|
||||
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400, 600);
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/static/fonts/OpenSans-Regular.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: bold;
|
||||
font-weight: 600;
|
||||
src: url(/static/fonts/OpenSans-Bold.ttf);
|
||||
}
|
||||
|
||||
@import "main-layout.less";
|
||||
@import "animations.less";
|
||||
|
||||
Reference in New Issue
Block a user