mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
Started documenting the API we now have swagger under ~/apidocs
#222 #205
This commit is contained in:
parent
7266f20927
commit
9b4ae2c486
29 changed files with 31364 additions and 9 deletions
14
PlexRequests.UI/Content/swagger/typography.css
Normal file
14
PlexRequests.UI/Content/swagger/typography.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* Google Font's Droid Sans */
|
||||
@font-face {
|
||||
font-family: 'Droid Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Droid Sans'), local('DroidSans'), url('../fonts/DroidSans.ttf') format('truetype');
|
||||
}
|
||||
/* Google Font's Droid Sans Bold */
|
||||
@font-face {
|
||||
font-family: 'Droid Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../fonts/DroidSans-Bold.ttf') format('truetype');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue