1
0
Fork 0
ryanmoon.com/assets/style/_fonts.scss

74 lines
2.0 KiB
SCSS
Raw Normal View History

2023-07-11 06:03:57 +00:00
/* source-sans-pro-regular - latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local(''),
url('/assets/fonts/source-sans-pro/source-sans-pro-400.woff2') format('woff2'),
url('/assets/fonts/source-sans-pro/source-sans-pro-400.woff') format('woff');
}
/* source-sans-pro-600 - latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: local(''),
url('/assets/fonts/source-sans-pro/source-sans-pro-600.woff2') format('woff2'),
url('/assets/fonts/source-sans-pro/source-sans-pro-600.woff') format('woff');
}
/* source-sans-pro-700 - latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local(''),
url('/assets/fonts/source-sans-pro/source-sans-pro-700.woff2') format('woff2'),
url('/assets/fonts/source-sans-pro/source-sans-pro-700.woff') format('woff');
}
@font-face {
font-family: 'ryanmoon';
src: url('/assets/fonts/ryanmoon/ryanmoon.eot?p6u3nb');
src: url('/assets/fonts/ryanmoon/ryanmoon.eot?p6u3nb#iefix') format('embedded-opentype'),
url('/assets/fonts/ryanmoon/ryanmoon.woff2?p6u3nb') format('woff2'),
url('/assets/fonts/ryanmoon/ryanmoon.ttf?p6u3nb') format('truetype'),
url('/assets/fonts/ryanmoon/ryanmoon.woff?p6u3nb') format('woff'),
url('/assets/fonts/ryanmoon/ryanmoon.svg?p6u3nb#ryanmoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'ryanmoon' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering */
2023-07-11 06:03:57 +00:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-calendar:before {
content: "\e904";
}
.icon-layers:before {
content: "\e900";
}
.icon-link:before {
content: "\e901";
}
.icon-zap:before {
content: "\e902";
}
.icon-menu:before {
content: "\e905";
}
.icon-x:before {
content: "\e903";
}