JekyllHomepage2025/_sass/vendor/google/_fonts.scss

33 lines
1.7 KiB
SCSS
Raw Normal View History

2016-02-29 22:30:35 +05:30
// GOOGLE FONTS
// --------------------------------------------------
@font-face {
font-family: 'PT Sans Narrow';
font-style: normal;
font-weight: 400;
2018-02-24 02:29:39 +05:30
src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(https://themes.googleusercontent.com/static/fonts/ptsansnarrow/v5/UyYrYy3ltEffJV9QueSi4RdbPw3QSf9R-kE0EsQUn2A.woff) format('woff');
2016-02-29 22:30:35 +05:30
}
@font-face {
font-family: 'PT Sans Narrow';
font-style: normal;
font-weight: 700;
2018-02-24 02:29:39 +05:30
src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(https://themes.googleusercontent.com/static/fonts/ptsansnarrow/v5/Q_pTky3Sc3ubRibGToTAYiylde52zikAzebNtJS89aM.woff) format('woff');
2016-02-29 22:30:35 +05:30
}
@font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
2018-02-24 02:29:39 +05:30
src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v7/I-OtoJZa3TeyH6D9oli3ifesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/ptserif/v7/sDRi4fY9bOiJUbgq53yZCfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
2016-02-29 22:30:35 +05:30
}
@font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 700;
2018-02-24 02:29:39 +05:30
src: local('PT Serif Bold'), local('PTSerif-Bold'), url(https://fonts.gstatic.com/s/ptserif/v7/QABk9IxT-LFTJ_dQzv7xpI4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(https://fonts.gstatic.com/s/ptserif/v7/QABk9IxT-LFTJ_dQzv7xpIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
2016-02-29 22:30:35 +05:30
}
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
2018-02-24 02:29:39 +05:30
src: local('PT Serif Italic'), local('PTSerif-Italic'), url(https://fonts.gstatic.com/s/ptserif/v7/03aPdn7fFF3H6ngCgAlQzPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/ptserif/v7/03aPdn7fFF3H6ngCgAlQzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
2016-02-29 22:30:35 +05:30
}