Skip to content

Commit 35c8253

Browse files
committed
Resource endpoint changes for CDN and domains
- Updated dev.bnetdocs.org to bnetdocs.org for some assets - Added missing assets to version control - Changed URLs to use BNETDocs CDN (all /a/* urls)
1 parent b3e6d51 commit 35c8253

16 files changed

+41
-11
lines changed

static/a/BNETDocs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BNETDocs: Phoenix
33
* Copyright (C) 2003-2016 BNETDocs CC-BY-NC-SA 4.0
4-
* <https://dev.bnetdocs.org/legal>
4+
* <https://bnetdocs.org/legal>
55
*
66
* The site should **ALWAYS** work if JavaScript is disabled. This script is
77
* intended to be an addon to enhance the experience, not a required feature.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* latin */
2+
@font-face {
3+
font-family: 'Source Code Pro';
4+
font-style: normal;
5+
font-weight: 400;
6+
src: local('Source Code Pro'), local('SourceCodePro-Regular'), url('//static.carlbennett.me/font/SourceCodePro-Regular-201508251844.ttf') format('truetype');
7+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
8+
}
118 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@font-face {
2+
font-family: 'Source Sans Pro';
3+
font-style: normal;
4+
font-weight: 400;
5+
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('//static.carlbennett.me/font/SourceSansPro-Regular-201504292348.ttf') format('truetype');
6+
}
62 KB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* latin */
2+
@font-face {
3+
font-family: 'Source Sans Pro';
4+
font-style: normal;
5+
font-weight: 400;
6+
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('//static.carlbennett.me/font/SourceSansPro-Regular-201508251844.ttf') format('truetype');
7+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
8+
}
146 KB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* latin */
2+
@font-face {
3+
font-family: 'Source Serif Pro';
4+
font-style: normal;
5+
font-weight: 400;
6+
src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url('//static.carlbennett.me/font/SourceSerifPro-Regular-201508251844.ttf') format('truetype');
7+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
8+
}
111 KB
Binary file not shown.

static/a/forms.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ form textarea:focus {
4343
}
4444
form input[disabled],
4545
form textarea[disabled] {
46-
background-image: url("https://static.carlbennett.me/img/unable-20px.png");
46+
background-image: url("/a/unable-20px.png");
4747
background-position: left top;
4848
background-repeat: repeat;
4949
}

0 commit comments

Comments
 (0)