Skip to content

Commit 040d84c

Browse files
committed
Bootstrap, Google Fonts and related dependencies are held locally rather than using CDNs to avoid intermittent failures to load. Paragraph fonts have Arial & sans-serif fallback if Google font doesn't load. Full size Logo alt text reflects the entire text in the image. Mailchimp form padding is zeroed to make it line up with the rest of the page. Space removed from CodeWith name in Mailchimp generated form.
1 parent 7500f3c commit 040d84c

17 files changed

+700
-21
lines changed

css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fonts.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/* boogaloo-regular - latin */
2+
@font-face {
3+
font-family: 'Boogaloo';
4+
font-style: normal;
5+
font-weight: 400;
6+
src: url('../fonts/boogaloo-v11-latin-regular.eot'); /* IE9 Compat Modes */
7+
src: local('Boogaloo Regular'), local('Boogaloo-Regular'),
8+
url('../fonts/boogaloo-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
9+
url('../fonts/boogaloo-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
10+
url('../fonts/boogaloo-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
11+
url('../fonts/boogaloo-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
12+
url('../fonts/boogaloo-v11-latin-regular.svg#Boogaloo') format('svg'); /* Legacy iOS */
13+
}
14+
/* roboto-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
15+
@font-face {
16+
font-family: 'Roboto';
17+
font-style: normal;
18+
font-weight: 400;
19+
src: url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
20+
src: local('Roboto'), local('Roboto-Regular'),
21+
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
22+
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
23+
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
24+
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
25+
url('../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
26+
}

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
p {
2-
font-family: 'Roboto', cursive;
2+
font-family: 'Roboto', Arial, sans-serif;
33
}
44

55
h1, h2, h3 {
11.1 KB
Binary file not shown.

fonts/boogaloo-v11-latin-regular.svg

Lines changed: 331 additions & 0 deletions
Loading
23.3 KB
Binary file not shown.
13.3 KB
Binary file not shown.
10 KB
Binary file not shown.
Binary file not shown.

fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg

Lines changed: 308 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)