Advertisement
ArtSemkin

Untitled

Jul 25th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.11 KB | None | 0 0
  1. /**
  2. * Theme Name: Rubenz Child
  3. * Description: This is a child theme of Rubenz, generated by Merlin WP.
  4. * Author: <a href="https://artemsemkin.com">Artem Semkin</a>
  5. * Template: rubenz
  6. * Version: 1.0.0
  7. */
  8. @charset "UTF-8";
  9.  
  10. @font-face {
  11.     font-family: "Manrope";
  12.     src: url("fonts/manrope-extrabold.woff2") format("woff2"),
  13.         /* Modern browsers */
  14.         url("fonts/manrope-extrabold.woff") format("woff"),
  15.         /* Legacy browsers */
  16.         url("fonts/manrope-extrabold.otf") format("truetype");
  17.     /* Android, iOS */
  18.     font-style: normal;
  19.     font-weight: 800;
  20. }
  21.  
  22. @font-face {
  23.     font-family: "Manrope";
  24.     src: url("fonts/manrope-bold.woff2") format("woff2"),
  25.         url("fonts/manrope-bold.woff") format("woff"),
  26.         url("fonts/manrope-bold.otf") format("truetype");
  27.     font-style: normal;
  28.     font-weight: 700;
  29. }
  30.  
  31. @font-face {
  32.     font-family: "Manrope";
  33.     src: url("fonts/manrope-semibold.woff2") format("woff2"),
  34.         url("fonts/manrope-semibold.woff") format("woff"),
  35.         url("fonts/manrope-semibold.otf") format("truetype");
  36.     font-style: normal;
  37.     font-weight: 600;
  38. }
  39.  
  40. @font-face {
  41.     font-family: "Manrope";
  42.     src: url("fonts/manrope-medium.woff2") format("woff2"),
  43.         url("fonts/manrope-medium.woff") format("woff"),
  44.         url("fonts/manrope-medium.otf") format("truetype");
  45.     font-style: normal;
  46.     font-weight: 500;
  47. }
  48.  
  49. @font-face {
  50.     font-family: "Manrope";
  51.     src: url("fonts/manrope-regular.woff2") format("woff2"),
  52.         url("fonts/manrope-regular.woff") format("woff"),
  53.         url("fonts/manrope-regular.otf") format("truetype");
  54.     font-style: normal;
  55.     font-weight: 400;
  56. }
  57.  
  58. @font-face {
  59.     font-family: "Manrope";
  60.     src: url("fonts/manrope-light.woff2") format("woff2"),
  61.         url("fonts/manrope-light.woff") format("woff"),
  62.         url("fonts/manrope-light.otf") format("truetype");
  63.     font-style: normal;
  64.     font-weight: 300;
  65. }
  66.  
  67. @font-face {
  68.     font-family: "Manrope";
  69.     src: url("fonts/manrope-thin.woff2") format("woff2"),
  70.         url("fonts/manrope-thin.woff") format("woff"),
  71.         url("fonts/manrope-thin.otf") format("truetype");
  72.     font-style: normal;
  73.     font-weight: 200;
  74. }
  75.  
  76. :root {
  77.     --font-primary: Manrope !important;
  78.     --font-secondary: Manrope !important;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement