Skip to content

Mikael-Sundstrom/Nettas

Repository files navigation

Nettas Gardinsömnad

Version

Font icons

  • TTF Size: 2716 bytes
  • 16 icons

How to use:

HTML

<span class="icon_home"></span>

CSS

.icon_home:before {
  content: "\e800";
}

SCSS

@import "variables";
.icon_home {
  &:before {
    content: $icon_home;
  }
}
Id Icon Class HTML entity CSS
#1 Home icon_home &#xe800; \e800
#2 person icon_person &#xe801; \e801
#3 Map icon_map &#xe802; \e802
#4 Call icon_call &#xe803; \e803
#5 Email icon_email &#xe804; \e804
#6 Message icon_message &#xe805; \e805
#7 Textsms icon_textsms &#xe806; \e806
#8 Album icon_album &#xe807; \e807
#9 Send icon_send &#xe808; \e808
#10 Refresh icon_refresh &#xe809; \e809
#11 Sudoku icon_sudoku &#xe80a; \e80a
#12 Attach icon_attach &#xe80b; \e80b
#13 Translate icon_translate &#xe80c; \e80c
#14 Backward icon_backward &#xe80d; \e80d
#15 Forward icon_forward &#xe80e; \e80e
#16 Close icon_close &#xe80f; \e80f

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

My mother's website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published