lyceum-site/assets/_fonts.scss

38 lines
960 B
SCSS
Raw Permalink Normal View History

2024-10-03 22:34:38 +00:00
/* roboto-regular - latin */
2024-10-03 22:08:11 +00:00
@font-face {
2024-10-03 22:34:38 +00:00
font-family: 'GFS Didot';
2024-10-03 22:08:11 +00:00
font-style: normal;
font-weight: 400;
2024-10-03 22:34:38 +00:00
font-display: swap;
src: local(''),
url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
2024-10-03 22:08:11 +00:00
}
2024-10-03 22:34:38 +00:00
/* roboto-700 - latin */
2024-10-03 22:08:11 +00:00
@font-face {
2024-10-03 22:34:38 +00:00
font-family: 'GFS Didot';
2024-10-03 22:08:11 +00:00
font-style: normal;
font-weight: 700;
2024-10-03 22:34:38 +00:00
font-display: swap;
src: local(''),
url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
2024-10-03 22:08:11 +00:00
}
2024-10-03 22:34:38 +00:00
/* roboto-mono-regular - latin */
2024-10-03 22:08:11 +00:00
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
2024-10-03 22:34:38 +00:00
font-display: swap;
src: local(''),
url('fonts/roboto-mono-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('fonts/roboto-mono-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
2024-10-03 22:08:11 +00:00
}
body {
2024-10-03 22:34:38 +00:00
font-family: 'GFS Didot', sans-serif;
2024-10-03 22:08:11 +00:00
}
code {
font-family: 'Roboto Mono', monospace;
}