Skip to content

Commit dd31b1b

Browse files
committed
refactor: Replace font with Atkinson font
1 parent 733a79b commit dd31b1b

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

ui-bundle/css/site.css

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
@font-face {
2-
font-family: RedHatText;
2+
font-family: 'Atkinson';
33
font-style: normal;
44
font-weight: 400;
5-
src: url(../font/RedHatText-Regular.woff2) format("woff2");
5+
src: url(../font/atkinson-regular.woff) format("woff");
66
}
77

88
@font-face {
9-
font-family: RedHatText;
10-
font-style: italic;
11-
font-weight: 400;
12-
src: url(../font/RedHatText-Italic.woff2) format("woff2");
13-
}
14-
15-
@font-face {
16-
font-family: RedHatDisplay;
9+
font-family: 'Atkinson';
1710
font-style: normal;
18-
font-weight: 400;
19-
src: url(../font/RedHatDisplay-Regular.woff2) format("woff2");
11+
font-weight: 700;
12+
src: url(../font/atkinson-bold.woff) format("woff");
2013
}
2114

2215
@font-face {
@@ -48,7 +41,7 @@ html {
4841
body {
4942
background: #fff;
5043
color: #222;
51-
font-family: RedHatText, sans-serif;
44+
font-family: 'Atkinson', sans-serif;
5245
line-height: 1.15;
5346
margin: 0;
5447
-moz-tab-size: 4;
@@ -882,13 +875,13 @@ a + .breadcrumbs {
882875
hyphens: none;
883876
line-height: 1.3;
884877
margin: 1rem 0 0;
885-
font-family: RedHatDisplay, sans-serif;
878+
font-family: 'Atkinson', sans-serif;
886879
}
887880

888881
.doc > h1.page:first-child {
889882
font-size: 2rem;
890-
margin: 1.5rem 0
891-
font-family: RedHatDisplay, sans-serif;
883+
margin: 1.5rem 0;
884+
font-family: 'Atkinson', sans-serif;
892885
}
893886

894887
@media screen and (min-width: 769px) {
@@ -1584,7 +1577,7 @@ a + .breadcrumbs {
15841577
top: .25rem;
15851578
right: .5rem;
15861579
color: grey;
1587-
font-family: RedHatText, sans-serif;
1580+
font-family: 'Atkinson', sans-serif;
15881581
font-size: .72222rem;
15891582
line-height: 1;
15901583
-webkit-user-select: none;
@@ -1746,7 +1739,7 @@ a + .breadcrumbs {
17461739
border: 1px solid;
17471740
border-radius: 100%;
17481741
display: inline-block;
1749-
font-family: RedHatText, sans-serif;
1742+
font-family: 'Atkinson', sans-serif;
17501743
font-size: .75rem;
17511744
font-style: normal;
17521745
line-height: 1.2;
@@ -1985,7 +1978,7 @@ body {
19851978

19861979
.navbar-brand .navbar-item {
19871980
color: #fff;
1988-
font-family: RedHatDisplay, sans-serif;
1981+
font-family: 'Atkinson', sans-serif;
19891982
}
19901983

19911984
.navbar-brand .navbar-item:first-child {

ui-bundle/font/atkinson-bold.woff

23.2 KB
Binary file not shown.

ui-bundle/font/atkinson-regular.woff

22.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)