Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 145bbd3

Browse files
committed
Updated font to Amazon Ember
1 parent b616bcd commit 145bbd3

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

workshop/content/setup/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ pre = "<b>0. </b>"
1212

1313
In order to complete this workshop, you’ll need access to an AWS account. Your access needs to have sufficient permissions to create resources in IAM, CloudFormation, API Gateway, CodeCommit, CodePipeline, CodeBuild, CodeDeploy and S3. If you currently don't have an AWS account, you can create one here: [https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account).
1414

15-
<hr />
15+
___
1616

1717
### Setup using AWS Cloud9 (Recommended)
1818

1919
[AWS Cloud9](https://aws.amazon.com/cloud9/) is a cloud-based integrated development environment (IDE) that lets you write, run, and debug code from any machine with just a browser. We recommend using it to run this workshop because it already comes with the necessary set of tools pre-installed, but the workshop is not dependent on it, so you are free to run it from your local computer as well.
2020

2121
If you want to use Cloud9, follow these instructions: [Create a Cloud9 Workspace](/setup/cloud9.html).
2222

23-
<hr />
23+
___
2424

2525
### Setup using my own computer, not using Cloud9
2626

workshop/static/css/theme-aws.css

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,24 @@
2929
}
3030

3131
@font-face {
32-
font-family: 'Roboto';
33-
src: url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
34-
/* src: url("../webfonts/AmazonEmber_W_Lt.eot"); */
35-
/* src: url("../webfonts/AmazonEmber_W_Lt.eot?#iefix") format("embedded-opentype"), url("../webfonts/AmazonEmber_W_Lt.woff2") format("woff2"), url("../webfonts/AmazonEmber_W_Lt.woff") format("woff"); */
32+
font-family: 'Amazon Ember';
33+
src: url("https://fonts.workshops.aws/webfonts/AmazonEmber_W_Lt.eot");
34+
src: url("https://fonts.workshops.aws/webfonts/AmazonEmber_W_Lt.eot?#iefix") format("embedded-opentype"), url("https://fonts.workshops.aws/webfonts/AmazonEmber_W_Lt.woff2") format("woff2"), url("https://fonts.workshops.aws/webfonts/AmazonEmber_W_Lt.woff") format("woff");
3635
font-style: normal;
3736
font-weight: 200;
3837
}
3938

4039
@font-face {
41-
font-family: 'Roboto';
42-
src: url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
40+
font-family: 'Amazon Ember';
41+
src: url("https://fonts.workshops.aws/webfonts/AmazonEmber_W_Bd.eot");
4342
/* src: url("../webfonts/AmazonEmber_W_Bd.eot"); */
4443
/* src: url("../webfonts/AmazonEmber_W_Bd.eot?#iefix") format("embedded-opentype"), url("../webfonts/AmazonEmber_W_Bd.woff2") format("woff2"), url("../webfonts/AmazonEmber_Bd_Lt.woff") format("woff"); */
4544
font-style: bold;
46-
font-weight: 600;
45+
font-weight: 300;
4746
}
4847

4948
body {
50-
font-family: "Roboto", "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
49+
font-family: "Amazon Ember", "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
5150
color: var(--MAIN-TEXT-color) !important;
5251
}
5352

@@ -57,13 +56,13 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
5756
}
5857

5958
h2, h3, h4, h5, h6 {
60-
font-family: "Roboto", "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
59+
font-family: "Amazon Ember", "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
6160
color: var(--MAIN-TITLES-TEXT-color) !important;
6261
font-weight: 300;
6362
}
6463

6564
h1 {
66-
font-family: "Roboto", "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
65+
font-family: "Amazon Ember", "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
6766
}
6867

6968
#chapter h1 {

0 commit comments

Comments
 (0)