28 lines
893 B
CSS
28 lines
893 B
CSS
/**
|
|
* @license
|
|
* MyFonts Webfont Build ID 4697673, 2022-04-13T08:44:55-0400
|
|
*
|
|
* The fonts listed in this notice are subject to the End User License
|
|
* Agreement(s) entered into by the website owner. All other parties are
|
|
* explicitly restricted from using the Licensed Webfonts(s).
|
|
*
|
|
* You may obtain a valid license at the URLs below.
|
|
*
|
|
* Webfont: CalebGrotesk-Medium by Brenners Template
|
|
* URL: https://www.myfonts.com/fonts/brenners-template/caleb-grotesk/medium/
|
|
* Copyright: Copylight(c)2021, Brenners Template All rights reserved
|
|
*
|
|
*
|
|
*
|
|
* © 2022 MyFonts Inc
|
|
*/
|
|
|
|
/* @import must be at top of file, otherwise CSS will not work */
|
|
@import url("//hello.myfonts.net/count/47ae49");
|
|
|
|
@font-face {
|
|
font-family: "CalebGrotesk-Medium";
|
|
src: url('webFonts/CalebGroteskMedium/font.woff2') format('woff2'), url('webFonts/CalebGroteskMedium/font.woff') format('woff');
|
|
}
|
|
|