2018-05-25 04:17:29 +02:00
|
|
|
/*
|
|
|
|
* Nunito.
|
|
|
|
* Includes extended Latin and Vietnamese character sets
|
|
|
|
* Current URLs are v9, derived from the contents of
|
2018-12-31 16:59:08 +01:00
|
|
|
* https://fonts.googleapis.com/css?family=Nunito:400,400i,600,600i,700,700i&subset=latin-ext,vietnamese
|
2018-05-25 04:17:29 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* the 'src' links are relative to the bundle.css, which is in a subdirectory.
|
|
|
|
*/
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Nunito';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
2018-12-31 16:59:08 +01:00
|
|
|
src: url('../../fonts/Nunito/XRXX3I6Li01BKofIMNaDRss.ttf') format('truetype');
|
2018-05-25 04:17:29 +02:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Nunito';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 600;
|
2018-12-31 16:59:08 +01:00
|
|
|
src: url('../../fonts/Nunito/XRXQ3I6Li01BKofIMN5cYtvKUTo.ttf') format('truetype');
|
2018-05-25 04:17:29 +02:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Nunito';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 700;
|
2018-12-31 16:59:08 +01:00
|
|
|
src: url('../../fonts/Nunito/XRXQ3I6Li01BKofIMN44Y9vKUTo.ttf') format('truetype');
|
2018-05-25 04:17:29 +02:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Nunito';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2018-12-31 16:59:08 +01:00
|
|
|
src: url('../../fonts/Nunito/XRXV3I6Li01BKofINeaE.ttf') format('truetype');
|
2018-05-25 04:17:29 +02:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Nunito';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
2018-12-31 16:59:08 +01:00
|
|
|
src: url('../../fonts/Nunito/XRXW3I6Li01BKofA6sKUYevN.ttf') format('truetype');
|
2018-05-25 04:17:29 +02:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Nunito';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
2018-12-31 16:59:08 +01:00
|
|
|
src: url('../../fonts/Nunito/XRXW3I6Li01BKofAjsOUYevN.ttf') format('truetype');
|
2018-05-25 04:17:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Fira Mono
|
|
|
|
* Used for monospace copy, i.e. code
|
|
|
|
*/
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Fira Mono';
|
|
|
|
src: url('../../fonts/Fira_Mono/FiraMono-Regular.ttf') format('truetype');
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Fira Mono';
|
|
|
|
src: url('../../fonts/Fira_Mono/FiraMono-Bold.ttf') format('truetype');
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: normal;
|
|
|
|
}
|