-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_fonts.scss
More file actions
24 lines (21 loc) · 1.07 KB
/
_fonts.scss
File metadata and controls
24 lines (21 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//==============================================================================================
// FONTS
//----------------------------------------------------------------------------------------------
// Imports web fonts, such as EOT, WOFF, OTF, etc.
//----------------------------------------------------------------------------------------------
// NOTE: Font styles should be defined in _typography.scss.
//==============================================================================================
//----------------------------------------------------------------------------------------------
// FONT FACE A
//----------------------------------------------------------------------------------------------
//@font-face {
// font-family: FontFaceA;
// src: url("fonts/FontFaceA.woff");
//}
//----------------------------------------------------------------------------------------------
// FONT FACE B
//----------------------------------------------------------------------------------------------
//@font-face {
// font-family: FontFaceB;
// src: url("fonts/FontFaceB.woff");
//}