-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfont.css
18 lines (18 loc) · 977 Bytes
/
font.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@font-face {
font-family: 'ProximaNova';
font-weight: lighter;
src: url('https://www.pacificdentalservices.com/content/dam/freshworks/fonts/ProximaNova-ThinWeb.woff') format('woff2'),
url('https://www.pacificdentalservices.com/content/dam/freshworks/fonts/ProximaNova-ThinWeb.eot') format('eot');
}
@font-face {
font-family: 'ProximaNova';
font-weight: normal;
src: url('https://www.pacificdentalservices.com/content/dam/freshworks/fonts/ProximaNova-RegularWeb.woff') format('woff2'),
url('https://www.pacificdentalservices.com/content/dam/freshworks/fonts/ProximaNova-RegularWeb.eot') format('eot');
}
@font-face {
font-family: 'ProximaNova';
font-weight: bold;
src: url('https://www.pacificdentalservices.com/content/dam/freshworks/fonts/ProximaNova-BoldWeb.woff') format('woff2'),
url('https://www.pacificdentalservices.com/content/dam/freshworks/fonts/ProximaNova-BoldWeb.eot') format('eot');
}