Advertisement
borlabs

Adobe TypeKit / Google Fonts

May 11th, 2021
1,049
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function () {
  3.     var link = document.createElement('link');
  4.     link.rel = 'stylesheet';
  5.     link.href = 'https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;1,100&display=swap';
  6.     document.head.appendChild(link);
  7. })();
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement