Skip to content

Commit f2faf89

Browse files
committed
Change the Cera font to FixelText
1 parent 44479b1 commit f2faf89

22 files changed

+44
-44
lines changed

_includes/svgs/services/project-dev-circle.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<text x="50%" y="40%" font-size="18" fill="white" dominant-baseline="middle" text-anchor="middle">
77
2 weeks
8-
<tspan font-size="22" dy="1.5em" x="50%" font-family="Cera-Bold">SPRINT</tspan>
8+
<tspan font-size="22" dy="1.5em" x="50%" font-family="FixelText-Bold">SPRINT</tspan>
99
</text>
1010
<text font-size="14" fill="black" dy="-15">
1111
<textPath xlink:href="#sprint-planning" startOffset="60%">

_sass/about.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
&__container-items { margin-right: 10%; }
134134

135135
&__item {
136-
font-family: 'Cera-Bold';
136+
font-family: 'FixelText-Bold';
137137
display: flex;
138138
align-items: center;
139139
margin-bottom: 3vh;
@@ -155,7 +155,7 @@
155155
p {
156156
background: linear-gradient(135deg, $main-violet, $purple-heart);
157157
background-clip: text;
158-
font-family: 'Cera Regular';
158+
font-family: 'FixelText-Regular';
159159
font-size: 40px;
160160
font-weight: 700;
161161
-webkit-background-clip: text;

_sass/accordion.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
overflow: hidden;
2222

2323
summary {
24-
font-family: 'Cera-Medium';
24+
font-family: 'FixelText-Medium';
2525
position: relative;
2626
display: flex;
2727
align-items: center;

_sass/base.scss

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
@font-face {
2-
font-family: 'Cera Regular';
3-
src: url(/assets/fonts/Cera.woff2);
2+
font-family: 'FixelText-Regular';
3+
src: url(/assets/fonts/FixelText-Regular.woff2);
44
font-weight: normal;
55
font-display: swap;
66
}
77

88
@font-face {
9-
font-family: 'Cera-Bold';
10-
src: url(/assets/fonts/Cera-Bold.woff2);
9+
font-family: 'FixelText-Bold';
10+
src: url(/assets/fonts/FixelText-Bold.woff2);
1111
font-weight: 700;
1212
font-display: swap;
1313
}
1414

1515
@font-face {
16-
font-family: 'Cera-Medium';
17-
src: url(/assets/fonts/Cera-Medium.woff2);
16+
font-family: 'FixelText-Medium';
17+
src: url(/assets/fonts/FixelText-Medium.woff2);
1818
font-weight: 600;
1919
font-display: swap;
2020
}
@@ -34,7 +34,7 @@
3434

3535
body {
3636
color: $black;
37-
font-family: 'Cera Regular', serif;
37+
font-family: 'FixelText-Regular', serif;
3838
-webkit-tap-highlight-color: transparent;
3939
}
4040
p { margin: 0; }
@@ -61,7 +61,7 @@ ul, ol { margin-left: 0; }
6161
}
6262

6363
.block-cera-title {
64-
font-family: "Cera Regular", serif;
64+
font-family: "FixelText-Regular", serif;
6565
font-size: 30px;
6666
letter-spacing: 0.4em;
6767
text-align: center;
@@ -77,7 +77,7 @@ ul, ol { margin-left: 0; }
7777
}
7878

7979
.block-sub-title {
80-
font-family: "Cera Regular", serif;
80+
font-family: "FixelText-Regular", serif;
8181
font-size: 22px;
8282
letter-spacing: 0.4em;
8383
text-align: center;
@@ -219,11 +219,11 @@ ul, ol { margin-left: 0; }
219219
margin-bottom: 30px;
220220
}
221221

222-
.block-inria-title,.block-cera-title {
222+
.block-inria-title,.block-fixel-title {
223223
font-size: 18px;
224224
line-height: 23px;
225225
}
226-
.block-cera-title,.block-cera-title,.message { margin-bottom: 25px; }
226+
.block-fixel-title,.block-fixel-title,.message { margin-bottom: 25px; }
227227

228228
.message, .block-sub-title{
229229
font-size: 15px;

_sass/blog.scss

+9-9
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
text-align: left;
1616

1717
li {
18-
font-family: 'Cera Regular', serif;
18+
font-family: 'FixelText-Regular', serif;
1919
font-size: 18px;
2020
font-weight: 400;
2121
line-height: 150%;
@@ -100,7 +100,7 @@
100100

101101
&__title {
102102
font-size: 14px;
103-
font-family: 'Cera-Bold';
103+
font-family: 'FixelText-Bold';
104104
}
105105

106106
&__info-block {
@@ -123,7 +123,7 @@
123123

124124
&__info-block-description {
125125
color: $white;
126-
font-family: 'Cera-Bold';
126+
font-family: 'FixelText-Bold';
127127
font-size: 12px;
128128
margin-bottom: 10px;
129129
padding-left: 20px;
@@ -132,7 +132,7 @@
132132
z-index: 2;
133133

134134
&:last-child { padding-bottom: 5px; }
135-
span { font-family: 'Cera Regular'; }
135+
span { font-family: 'FixelText-Regular'; }
136136
}
137137

138138
&__info-block-category {
@@ -204,14 +204,14 @@
204204
}
205205

206206
h3 {
207-
font-family: 'Cera-Bold';
207+
font-family: 'FixelText-Bold';
208208
font-size: 22px;
209209
font-style: normal;
210210
margin: 20px 0;
211211
}
212212

213213
h4 {
214-
font-family: 'Cera Regular';
214+
font-family: 'FixelText-Regular';
215215
font-size: 18px;
216216
font-style: normal;
217217
}
@@ -308,13 +308,13 @@
308308

309309
.post-description {
310310
&__title {
311-
font-family: 'Cera-Bold';
311+
font-family: 'FixelText-Bold';
312312
font-style: italic;
313313
font-size: 14px;
314314
margin-bottom: 5px;
315315

316316
span {
317-
font-family: 'Cera Regular';
317+
font-family: 'FixelText-Regular';
318318
font-style: normal;
319319
}
320320
}
@@ -400,7 +400,7 @@
400400
text-transform: uppercase;
401401

402402
p {
403-
font-family: 'Cera-Bold';
403+
font-family: 'FixelText-Bold';
404404
display: inline-block;
405405
position: relative;
406406

_sass/buttons.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
border-radius: 56px;
1313
box-sizing: border-box;
1414
box-shadow: $main-shadow;
15-
font-family: 'Cera-Medium';
15+
font-family: 'FixelText-Medium';
1616
font-size: 16px;
1717
letter-spacing: 0.5em;
1818
text-align: center;

_sass/contacts.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
background: rgba(193, 201, 214, 0.01);
1313
box-shadow: $light-purple-shadow;
1414
color: $black_sea;
15-
font-family: "Cera Regular", serif;
15+
font-family: "FixelText-Regular", serif;
1616
font-size: 15px;
1717
font-style: normal;
1818
font-weight: 400;
@@ -26,7 +26,7 @@
2626

2727
&--select {
2828
width: 600px;
29-
font-family: "Cera Regular", serif;
29+
font-family: "FixelText-Regular", serif;
3030
-webkit-appearance: none;
3131
-moz-appearance: none;
3232
appearance: none;
@@ -52,7 +52,7 @@
5252
&__form-label {
5353
align-self: start;
5454
color: $black_sea;
55-
font-family: 'Cera-Bold';
55+
font-family: 'FixelText-Bold';
5656
font-size: 15px;
5757
font-style: normal;
5858
line-height: 150%;
@@ -85,7 +85,7 @@
8585
display: inline-block;
8686
max-height: 30px;
8787
margin-top: 20px;
88-
font: italic 14px/2 'Cera Regular', serif;
88+
font: italic 14px/2 'FixelText-Regular', serif;
8989
text-align: center;
9090
}
9191

_sass/expertise.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
padding: 3vh 1vw;
3030
font-size: 1.3em;
3131
box-shadow: inset -7px -7px 11px -6px #8f8f8f;
32-
font-family: 'Cera-Bold', serif;
32+
font-family: 'FixelText-Bold', serif;
3333
&:first-child { border-radius: 1.2em 0 0 1.2em; }
3434
&:last-child { border-radius: 0 1.2em 1.2em 0; }
3535
}

_sass/faq.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
&__summary {
3939
color: $black_sea;
4040
cursor: pointer;
41-
font-family: 'Cera-Bold';
41+
font-family: 'FixelText-Bold';
4242
font-size: 18px;
4343
font-style: normal;
4444
font-weight: 700;

_sass/footer.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
&.bold {
7878
color: $black;
79-
font-family: 'Cera-Medium';
79+
font-family: 'FixelText-Medium';
8080
&:hover { color: $main-violet; }
8181
}
8282
}
@@ -172,7 +172,7 @@
172172
&__item {
173173
font-size: 0.75em;
174174

175-
&.bold { font-family: "Cera-Bold"; }
175+
&.bold { font-family: "FixelText-Bold"; }
176176
}
177177
}
178178

_sass/index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
background-color: $light-grey;
149149

150150
.animate-visibility__title {
151-
font-family: 'Cera Regular';
151+
font-family: 'FixelText-Regular';
152152
text-transform: uppercase;
153153
}
154154
.purple-text { display: inline; }

_sass/minima.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*/
99

1010
@font-face {
11-
font-family: 'Cera Regular';
12-
src: url(/assets/fonts/Cera.woff2);
11+
font-family: 'FixelText-Regular';
12+
src: url(/assets/fonts/FixelText-Regular.woff2);
1313
font-weight: normal;
1414
font-display: swap;
1515
}
@@ -36,7 +36,7 @@ li {
3636
}
3737

3838
h1, h2, h3, h4, h5, h6 {
39-
font-family: 'Cera Regular', serif;
39+
font-family: 'FixelText-Regular', serif;
4040
font-weight: 400;
4141
font-size: 16px;
4242
}

_sass/navbar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ header {
4646
letter-spacing: 0.4em;
4747
cursor: pointer;
4848

49-
&.active { font-family: 'Cera-Bold'; }
49+
&.active { font-family: 'FixelText-Bold'; }
5050
}
5151

5252
&__link-contact {

_sass/project_dev_services.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
&__content-output {
5454
&-list {
5555
color: $kviten;
56-
font-family: 'Cera Regular', serif;
56+
font-family: 'FixelText-Regular', serif;
5757
}
5858
&-title { color: $kviten; }
5959
}

_sass/reviews.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
.accordion {
3636
summary {
37-
font-family: 'Cera-Medium';
37+
font-family: 'FixelText-Medium';
3838
flex-direction: column;
3939
font-size: 25px;
4040

_sass/utility.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
.py-4 { padding: 40px 0; }
1313
.py-9 { padding: 90px 0; }
1414

15-
.cera-regular { font-family: "Cera Regular", serif; }
16-
.cera-bold { font-family: "Cera-Bold", serif; }
17-
.cera-medium { font-family: 'Cera-Medium'; }
15+
.cera-regular { font-family: "FixelText-Regular", serif; }
16+
.cera-bold { font-family: "FixelText-Bold", serif; }
17+
.cera-medium { font-family: 'FixelText-Medium'; }
1818
.inria-bold { font-family: "Inria Bold", serif; }
1919
.inria-regular { font-family: "Inria Regular", serif; }
2020
.blue { color: $sky-ua }
@@ -27,7 +27,7 @@
2727
.info-container { background: $main-gradient !important; }
2828
.alabaster { background-color: $alabaster; }
2929
.white-text { color: $white !important; }
30-
b { font-family: "Cera-Bold", serif; }
30+
b { font-family: "FixelText-Bold", serif; }
3131

3232
.flex-columns-center {
3333
display: flex;

assets/fonts/Cera-Bold.woff2

-34.3 KB
Binary file not shown.

assets/fonts/Cera-Medium.woff2

-11.7 KB
Binary file not shown.

assets/fonts/Cera.woff2

-25 KB
Binary file not shown.

assets/fonts/FixelText-Bold.woff2

79.7 KB
Binary file not shown.

assets/fonts/FixelText-Medium.woff2

78.3 KB
Binary file not shown.

assets/fonts/FixelText-Regular.woff2

73.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)