Skip to content

Commit f8c87f6

Browse files
committed
Add extrabold styles to css
1 parent b82b695 commit f8c87f6

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

web/fonts-public.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
font-style: normal;
99
}
1010

11+
@font-face {
12+
font-family: 'Interop';
13+
src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-ExtraBold.woff2')
14+
format('woff2'),
15+
url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-ExtraBold.woff')
16+
format('woff');
17+
font-weight: 800;
18+
font-style: normal;
19+
}
20+
1121
@font-face {
1222
font-family: 'Interop';
1323
src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Bold.woff2')

web/fonts.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
font-style: normal;
77
}
88

9+
@font-face {
10+
font-family: 'Interop';
11+
src: url('/fonts/Interop-ExtraBold.woff2') format('woff2'),
12+
url('/fonts/Interop-ExtraBold.woff') format('woff');
13+
font-weight: 800;
14+
font-style: normal;
15+
}
16+
917
@font-face {
1018
font-family: 'Interop';
1119
src: url('/fonts/Interop-Bold.woff2') format('woff2'),

0 commit comments

Comments
 (0)