source: public/fonts/index.css@ 5d6f37a

main
Last change on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 498 bytes
Line 
1@font-face {
2 font-family: 'CircularStd';
3 font-weight: 400;
4 font-style: normal;
5 src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
6}
7
8@font-face {
9 font-family: 'CircularStd';
10 font-weight: 500;
11 font-style: normal;
12 src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
13}
14
15@font-face {
16 font-family: 'CircularStd';
17 font-weight: 700;
18 font-style: normal;
19 src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
20}
21
22
Note: See TracBrowser for help on using the repository browser.