My personal website's statics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
925 B

  1. @font-face {
  2. font-family: 'Hack';
  3. src: url("https://rinri-d.xyz/css/fonts/hack-regular.woff2") format('woff2'), url("https://rinri-d.xyz/css/fonts/hack-regular.woff") format('woff');
  4. font-weight: 400;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: 'Hack';
  9. src: url("https://rinri-d.xyz/css/fonts/hack-bold.woff2") format('woff2'), url("https://rinri-d.xyz/css/fonts/hack-bold.woff") format('woff');
  10. font-weight: 700;
  11. font-style: normal;
  12. }
  13. @font-face {
  14. font-family: 'Hack';
  15. src: url("https://rinri-d.xyz/css/fonts/hack-italic.woff2") format('woff2'), url("https://rinri-d.xyz/css/fonts/hack-italic.woff") format('woff');
  16. font-weight: 400;
  17. font-style: italic;
  18. }
  19. @font-face {
  20. font-family: 'Hack';
  21. src: url("https://rinri-d.xyz/css/fonts/hack-bolditalic.woff2") format('woff2'), url("https://rinri-d.xyz/css/fonts/hack-bolditalic.woff") format('woff');
  22. font-weight: 700;
  23. font-style: italic;
  24. }