-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
29 lines (25 loc) · 859 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@font-face {
font-family: typonine;
src: url(/Arduino_NB1500_DEMO-Greenhouse_Weather_Station/assets/TypSansPro/TyponineSansPro-Regular.otf);
font-weight: 400;
}
@font-face {
font-family: typonine;
src: url(/Arduino_NB1500_DEMO-Greenhouse_Weather_Station/assets/TypSansPro/TyponineSansPro-Bold.otf);
font-weight: 800;
}
@font-face {
font-family: typonine;
src: url(/Arduino_NB1500_DEMO-Greenhouse_Weather_Station/assets/TypSansPro/TyponineSansPro-Light.otf);
font-weight: 100;
}
@font-face {
font-family: typonine;
src: url(/Arduino_NB1500_DEMO-Greenhouse_Weather_Station/assets/TypSansPro/TyponineSansPro-Text.otf);
font-weight: 600;
}
@font-face {
font-family: typonine;
src: url(/Arduino_NB1500_DEMO-Greenhouse_Weather_Station/assets/TypSansPro/TyponineSansPro-Medium.otf);
font-weight: 700;
}